EN4_PRC8/_module/nss/htca_canenter.nss

11 lines
147 B
Plaintext
Raw Permalink Normal View History

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