PWE_PRC8/_module/nss/tri_open_gate_1.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

8 lines
208 B
Plaintext

void main()
{
object oDoor = GetNearestObjectByTag("KunonGate");
AssignCommand(oDoor,ActionOpenDoor(oDoor));
SetLocked(oDoor,FALSE);
SetLocalInt(OBJECT_SELF,"NW_L_M1S1Opened",TRUE);
}