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

14 lines
207 B
Plaintext

int StartingConditional()
{
int iResult;
string sTag;
iResult = TRUE;
sTag=GetLocalString(OBJECT_SELF,"QuestStep1MobTag");
if (GetIsObjectValid(GetObjectByTag(sTag)))
iResult=FALSE;
return iResult;
}