Initial upload
Initial upload
This commit is contained in:
8
_module/nss/aw_forcedoor2.nss
Normal file
8
_module/nss/aw_forcedoor2.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("wp_tabmind_02");
|
||||
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||||
DelayCommand(3.0,AssignCommand(oTarget, ActionCloseDoor(oTarget)));
|
||||
}
|
||||
Reference in New Issue
Block a user