Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: markhep_1 on Thu 08/10/2009 21:43:22

Title: how do i make my dialog start were i want
Post by: markhep_1 on Thu 08/10/2009 21:43:22
hi can you help please
when i type my script my dialog always come last . and i want it to start have way through
i have put
dman.start();
and it works but only at the end of script
Title: Re: how do i make my dialog start were i want
Post by: Khris on Thu 08/10/2009 21:55:18
That's the way it is, this is also mentioned in the explanation of dialogs and the Dialog.Start() command btw.
The current workaround is to put the script lines into the dialog script, with a space in front of them (so they get handled as standard script lines).
Title: Re: how do i make my dialog start were i want
Post by: markhep_1 on Thu 08/10/2009 22:10:46
how would you do that
say i wanted cjane to changeroom after speech what would a put
Title: Re: how do i make my dialog start were i want
Post by: Khris on Thu 08/10/2009 22:21:52
Put exactly what you'd put into the room script, just with a space at the beginning of the line, space as in " ".
Title: Re: how do i make my dialog start were i want
Post by: markhep_1 on Thu 08/10/2009 22:33:48
got ya thanks mate