EN6_PRC8/_module/nss/qst_custom_sa.nss

19 lines
313 B
Plaintext
Raw Permalink Normal View History

#include "qst_include"
int StartingConditional()
{
int iResult;
string sLocation;
string sZone;
SetupTokens(OBJECT_SELF);
sZone=GetLocalString(OBJECT_SELF,"QuestZone");
sLocation=GetLocalString(GetObjectByTag(sZone + "_1_Enter"),"Location");
SetCustomToken(102,sLocation);
iResult = FALSE;
return iResult;
}