PWE_PRC8/_module/nss/tri_open_gate_1.nss

8 lines
208 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oDoor = GetNearestObjectByTag("KunonGate");
AssignCommand(oDoor,ActionOpenDoor(oDoor));
SetLocked(oDoor,FALSE);
SetLocalInt(OBJECT_SELF,"NW_L_M1S1Opened",TRUE);
}