11 lines
143 B
Plaintext
11 lines
143 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
|
||
|
object oTarget = GetExitingObject();
|
||
|
if (GetIsPC(oTarget))
|
||
|
{
|
||
|
SetLocalInt(GetModule(), GetTag(OBJECT_SELF), 0);
|
||
|
}
|
||
|
}
|