Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ESGmaster on Wed 25/02/2009 19:06:45

Title: How do I change the dialog options on?
Post by: ESGmaster on Wed 25/02/2009 19:06:45
How do I change it? I tried using dialog.SetOptionState inside the dialog but it says  it's a unknown command. I used to know it, but with the new version I don't.
Title: Re: How do I change the dialog options on?
Post by: Khris on Wed 25/02/2009 20:54:45
Just use option-on X.
The available commands are in the helpfile (Tutorial -> starting off -> Conversations, iirc).
You can also use script commands but you have to type a space at the beginning of the line then.
Title: Re: How do I change the dialog options on?
Post by: ESGmaster on Thu 26/02/2009 04:08:11
Thanks, I should have known that.