Is there a function or command by way of scripting that will immediately end a conversation from the NPC end (that's how is would appear anyway)? For example, I have this section of a script:
else
{
SendMessageToPC(oPC, "You lack the gold to do this.");
return;
}
Is there something I can insert into this script, after the message, to break out of the conversation?
Modifié par Badwater, 23 mars 2011 - 10:02 .