EN4_PRC8/_module/nss/en4_tg_chkazone.nss

11 lines
157 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetLocalInt(GetPCSpeaker(),"QuestAdventureZone") == 1)
iResult = TRUE;
return iResult;
}