is it possible to script a dialog editor? i mean that one can see the dialog options on a self created gui and handle the things that happen during the dialog (charakter talking, scripts, variables, etc.) in the global script.
It IS possible... but, and don't take this the wrong way, if you have to ask you might not be ready to script it yet. It should be complex.
But yeah. Clever use of GUI and ListBoxes and manually keeping track of displayed options and such is possible.
i also think that i am not ready yet but i can try an if i have questions i know where to ask ;D
has anybody already tried to make such a thing?
http://www.adventuregamestudio.co.uk/yabb/index.php?topic=18466
I made my own for my own game in progress and it runs beautifully. Not a single bug. You have scrolling dialogue options and everything. So yes, it is possible. :)