EN6_PRC8/_module/nss/en6_info_mode_c1.nss

10 lines
141 B
Plaintext
Raw Permalink Normal View History

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