int StartingConditional() { int iIndex = GetLocalInt(OBJECT_SELF, "index"); if(iIndex > 0) { return TRUE; } return FALSE; }