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