Initial commit
Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/qdb_cs_boss.nss
Normal file
15
_module/nss/qdb_cs_boss.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "qdb_include"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = TRUE;
|
||||
if (GetStepInt("Type")==1 || GetStepInt("Type")==3)
|
||||
iResult=FALSE;
|
||||
|
||||
if (GetStepInt("Ambush")==1)
|
||||
iResult=TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user