EN6_PRC8/_module/nss/qst_hasboss.nss

11 lines
149 B
Plaintext
Raw Permalink Normal View History

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