8 lines
208 B
Plaintext
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);
|
|
}
|