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