Initial commit
Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/qdb_s_citem_t.nss
Normal file
17
_module/nss/qdb_s_citem_t.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "qdb_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
string sQuest;
|
||||
int iCreateItem;
|
||||
|
||||
iCreateItem=GetStepInt("CreateItem");
|
||||
if (iCreateItem==0)
|
||||
SetStepInt("CreateItem",1);
|
||||
else
|
||||
SetStepInt("CreateItem",0);
|
||||
|
||||
sQuest=GetStepInfo();
|
||||
|
||||
SetCustomToken(100,sQuest);
|
||||
}
|
||||
Reference in New Issue
Block a user