int StartingConditional() { object self = OBJECT_SELF; if (GetIsObjectValid(GetMaster(self))) return FALSE; if (GetLocalInt(self,"hired")) return TRUE; return FALSE; }