int StartingConditional() { object oMe=OBJECT_SELF; if (GetAbilityScore(oMe,ABILITY_INTELLIGENCE)>9) return TRUE; return FALSE; }