EN6_PRC8/_module/nss/qdb_set_doonce_1.nss

13 lines
134 B
Plaintext
Raw Permalink Normal View History

#include "qdb_include"
void main()
{
string sQuest;
SetQuestInt("DoOnce",1);
sQuest=GetQuestInfo();
SetCustomToken(100,sQuest);
}