Quote from: Khris on Fri 30/04/2010 07:50:06
Dialog.Start(); isn't executed until the end of the function (it says so in the manual, btw)
In recent versions of AGS, you can use standard code within dialog scripts, not just dialog commands.
Just open the dialog script, then put the commands in there, right above the final stop command.
Note that you need to put a blank/space/" " before the script commands so AGS recognizes them.
THANKSS!!!