Initial commit
Initial commit. Updated release archive.
This commit is contained in:
10
_module/nss/qst_mq_1_c_5.nss
Normal file
10
_module/nss/qst_mq_1_c_5.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
if (!GetIsObjectValid(GetObjectByTag("TOWER4_Q1_1_S")))
|
||||
iResult=TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user