EN6_PRC8/_module/nss/qdb_set_oneliner.nss

15 lines
197 B
Plaintext
Raw Normal View History

#include "qdb_include"
void main()
{
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
string sQuest;
SetQuestString("OneLiner",sTalk);
sQuest=GetQuestInfo();
SetCustomToken(100,sQuest);
}