int StartingConditional() { int x = GetLocalInt(GetObjectByTag("Jenlar"), "rock"); if (x>0) return TRUE; return FALSE; }