Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: KodiakBehr on Thu 04/09/2014 22:14:47

Title: Generate Dialog Options
Post by: KodiakBehr on Thu 04/09/2014 22:14:47
Is it possible to generate dialogue options by combining variables?

Is it possible to embed dialogue commands like "option-off 4" in functions?
Title: Re: Generate Dialog Options
Post by: Problem on Thu 04/09/2014 23:05:55
1. I don't think there's a way to generate new dialog options at runtime, if this is what you mean. As far as I know you also can't change option texts.

2. You can switch dialog options on and of with Dialog.SetOptionState
Title: Re: Generate Dialog Options
Post by: KodiakBehr on Thu 04/09/2014 23:29:43
Well, that's half the battle.  Thanks!