Hello, I'm new, excuse my ignorance and because of my English I'm from Argentina, I'm starting with AGS and I'm doing this:
function cDominguez_Look(Character *theCharacter, CursorMode mode)
{
player.Say("No se donde estoy, quizas este pueda ayudarme");
cRoger.Walk(195, 170, eBlock, eWalkableAreas);
cDominguez.Say("Hola de que fiesta de disfrazes venis?");
but I want it to end and not be said again how can I do it?
I had put Dialog.Stop but it doesn't work when I click it says the same thing again
function cDominguez_Look(Character *theCharacter, CursorMode mode)
{
player.Say("No se donde estoy, quizas este pueda ayudarme");
cRoger.Walk(195, 170, eBlock, eWalkableAreas);
cDominguez.Say("Hola de que fiesta de disfrazes venis?");
but I want it to end and not be said again how can I do it?
I had put Dialog.Stop but it doesn't work when I click it says the same thing again