Battledale_PRC8/_module/nss/jw_smithenter_tr.nss

16 lines
283 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oObject=GetEnteringObject();
if (GetIsObjectValid(oObject)&&GetIsPC(oObject))
{
SetLocalObject(GetNearestObjectByTag("PR_humphrey",OBJECT_SELF),"interrupter",oObject);
SignalEvent(GetNearestObjectByTag("PR_humphrey",OBJECT_SELF),EventUserDefined(30));
}
}