EN4_PRC8/_module/nss/qst_ed3.nss

12 lines
128 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iDone;
iDone=GetLocalInt(OBJECT_SELF,"Done");
if (iDone==0)
return TRUE;
return FALSE;
}