Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Perspicacity1 on Wed 07/09/2011 00:13:31

Title: Dialog options off by default
Post by: Perspicacity1 on Wed 07/09/2011 00:13:31
I'm creating dialogs with a large number of conversation options that are available under different conditions or later in the conversation. Is there any way to have all the options off by default? I just don't want have to make a bunch of lines of "option-off" for each dialog.

There would also be too many dialogs if I simply made new topics for these options.
Title: Re: Dialog options off by default
Post by: monkey0506 on Wed 07/09/2011 01:05:51
The checkbox beside each option that says "Show" is what sets this initially. Just uncheck the ones you don't want to show up by default, and then turn them on later by using option-on or Dialog.SetOptionState.