Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
9
_module/nss/anph_lever_door.nss
Normal file
9
_module/nss/anph_lever_door.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oDoor = GetNearestObjectByTag("door_" + GetTag(OBJECT_SELF));
|
||||
if (GetIsOpen(oDoor))
|
||||
return;
|
||||
|
||||
SetLocked(oDoor, FALSE);
|
||||
AssignCommand(oDoor, ActionOpenDoor(oDoor));
|
||||
}
|
||||
Reference in New Issue
Block a user