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