int StartingConditional() { string sBonus = GetLocalString(OBJECT_SELF, "BONUS"); if (sBonus != "") { return TRUE; } return FALSE; }