I think a dialog script command like "option-off 0" to turn off the dialog startup after the first time would be very useful.
It was first mentioned in this thread in the beginner's forum (http://www.adventuregamestudio.co.uk/yabb/index.php?board=6;action=display;threadid=12286).
Thanks.
Sounds like a plan, I'll add it to my list.
Here's my solution to this mess:
@S
option-on 1
option-on 2
@1
option-off 2
EGO: This is the dialog startup 1
option-off-forever 1
return
@2
EGO: This is the returning dialog startup
option-off 2
return
... and so on