int StartingConditional() { object oItem = GetFirstItemInInventory(OBJECT_SELF); if (GetIsObjectValid(oItem)) { return TRUE; } return FALSE; }