EN4_PRC8/_module/nss/tst_r_2.nss

8 lines
125 B
Plaintext
Raw Normal View History

int StartingConditional()
{
if(!(GetLocalInt(OBJECT_SELF, "RandomStep") == 2))
return FALSE;
return TRUE;
}