int StartingConditional()
{
object oPC = GetPCSpeaker();

if (!(GetAbilityScore(oPC, ABILITY_CHARISMA) >= 24)) return FALSE;

return TRUE;
}