Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sun 06/11/2016 11:48:53

Title: How to change text of Dialog options?
Post by: on Sun 06/11/2016 11:48:53
I want to change the dialog text option once the player chose. It's possible?
Title: Re: How to change text of Dialog options?
Post by: Khris on Sun 06/11/2016 22:21:10
No, but all you need to do is create both options and uncheck "Show" for the second one, then after the first one is chosen, remove the 1st and turn on the 2nd.
Title: Re: How to change text of Dialog options?
Post by: on Tue 08/11/2016 11:13:03
Thanks Khris, i saw the option-on and option-off. Is very simple :)
Title: Re: How to change text of Dialog options?
Post by: on Tue 08/11/2016 21:59:47
Other question.
Can i do something like this in Dialog?
  if(bool==true){
option-on 3
  }

I try show option 3 if bool=true. But it doesn't work.

Edit: Solved :)