Battledale_PRC8/_module/nss/jw_chk_gotandkey.nss

9 lines
182 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult=(GetLocalInt(OBJECT_SELF,"jw_andros_gotobject")!=2);
//if (GetLocalInt(OBJECT_SELF,"jw_andros_gotobject")!=2)
return iResult;
}