Initial commit
Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/qdb_modifyquest.nss
Normal file
13
_module/nss/qdb_modifyquest.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "qdb_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
||||
|
||||
string sQuest;
|
||||
|
||||
SetLocalInt(GetModule(),"QDB_Quest",StringToInt(sTalk));
|
||||
sQuest=GetQuestInfo();
|
||||
|
||||
SetCustomToken(100,sQuest);
|
||||
}
|
||||
Reference in New Issue
Block a user