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