15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
#include "qdb_include"
|
|
|
|
void main()
|
|
{
|
|
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
|
|
|
string sQuest;
|
|
|
|
SetStepInt("Ambush",StringToInt(sTalk));
|
|
|
|
sQuest=GetStepInfo();
|
|
|
|
SetCustomToken(100,sQuest);
|
|
}
|