Initial commit
Initial commit [v9.7]
This commit is contained in:
31
_module/nss/cnv_dstry_gol2.nss
Normal file
31
_module/nss/cnv_dstry_gol2.nss
Normal file
@@ -0,0 +1,31 @@
|
||||
#include "nw_i0_plot"
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetObjectByTag("golsas1");
|
||||
DestroyObject(oTarget, 1.0);
|
||||
|
||||
oTarget = GetObjectByTag("golsas2");
|
||||
DestroyObject(oTarget, 1.0);
|
||||
|
||||
oTarget = GetObjectByTag("golsas3");
|
||||
DestroyObject(oTarget, 1.0);
|
||||
|
||||
oTarget = GetObjectByTag("sas28");
|
||||
DestroyObject(oTarget, 10.0);
|
||||
|
||||
oTarget = GetObjectByTag("goldoor");
|
||||
AssignCommand(oTarget, ActionCloseDoor(oTarget));
|
||||
|
||||
SetLocked(oTarget, TRUE);
|
||||
|
||||
PlayOldTheme();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user