EN6_PRC8/_module/nss/t3_3_c.nss

10 lines
137 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetLocalInt(GetModule(),"Theme3") <2)
iResult=TRUE;
return iResult;
}