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