EN6_PRC8/_module/nss/qdb_set_qt_0.nss

13 lines
132 B
Plaintext
Raw Permalink Normal View History

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