EN6_PRC8/_module/nss/qdb_s_setambush.nss

15 lines
203 B
Plaintext
Raw Permalink Normal View History

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