Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

11 lines
363 B
Plaintext

// -----------------------------------------------------------------------------
// MAIN - Example OnClientEnter script
// -----------------------------------------------------------------------------
#include "se_inc_pc_loc"
void main()
{
object oPC = GetEnteringObject();
if(GetLocalInt(oPC, "ENTERED") == FALSE)
SE_PersistantPCLocation(oPC);
}