6 lines
135 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
object oPC = GetExitingObject();
SetLocalInt(oPC, GetStringRight(GetTag(OBJECT_SELF), 6) + "_InBeam", FALSE);
}