Shargast_PRC8/_module/Chapter 2/nss/on_client_enter.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

8 lines
174 B
Plaintext

// Goes in the module OnClientEnter event - Example for v1.5
#include "se_new_player"
void main()
{
object oPC = GetEnteringObject();
SirElrics_SimplePlayerSetUp(oPC);
}