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