Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: strazer on Sat 13/03/2004 19:46:20

Title: Suggestion: Turn off dialog startup
Post by: strazer on Sat 13/03/2004 19:46:20
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.
Title: Re:Suggestion: Turn off dialog startup
Post by: Pumaman on Sat 13/03/2004 21:40:34
Sounds like a plan, I'll add it to my list.
Title: Re:Suggestion: Turn off dialog startup
Post by: edmundito on Sat 13/03/2004 23:11:05
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