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