#include "sfcs_functs"
void main()
{
    object oPC = GetPCSpeaker();
    SetLocalString(OBJECT_SELF, "BONUS", "CHARISMA");
    ActionDoCommand(SetMenuText());
    ActionWait(0.25);
    ActionStartConversation(oPC);
}