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