int StartingConditional() { if (GetLocalInt(OBJECT_SELF, "Commoner") == TRUE && GetLocalInt(OBJECT_SELF, "ToSit") == TRUE) return TRUE; return FALSE; }