6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetExitingObject();
|
|
SetLocalInt(oPC, GetStringRight(GetTag(OBJECT_SELF), 6) + "_InBeam", FALSE);
|
|
}
|