EN6_PRC8/_module/nss/qst_custom_sa.nss
Jaysyn904 a6f6db7303 Initial commit
Initial commit.  Updated release archive.
2024-06-13 15:08:33 -04:00

19 lines
313 B
Plaintext

#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;
}