Initial commit
Initial commit [v9.7]
This commit is contained in:
15
_module/nss/conv_door_open3.nss
Normal file
15
_module/nss/conv_door_open3.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
|
||||
oTarget = GetObjectByTag("streettogustillo");
|
||||
|
||||
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user