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
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).
how would you do that
say i wanted cjane to changeroom after speech what would a put
Put exactly what you'd put into the room script, just with a space at the beginning of the line, space as in " ".
got ya thanks mate