14 lines
219 B
Plaintext
14 lines
219 B
Plaintext
#include "qdb_include"
|
|
|
|
void main()
|
|
{
|
|
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
|
|
|
string sQuest;
|
|
|
|
SetLocalInt(GetModule(),"QDB_Quest",StringToInt(sTalk));
|
|
sQuest=GetQuestInfo();
|
|
|
|
SetCustomToken(100,sQuest);
|
|
}
|