EN4_PRC8/_module/nss/rd_free.nss

12 lines
142 B
Plaintext
Raw Permalink Normal View History

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