Initial Upload
Initial Upload
This commit is contained in:
7
_module/nss/haunted_door2.nss
Normal file
7
_module/nss/haunted_door2.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oTarget = OBJECT_SELF;
|
||||
|
||||
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||||
DelayCommand(3.0,AssignCommand(oTarget, ActionCloseDoor(oTarget)));
|
||||
}
|
Reference in New Issue
Block a user