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