Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Totoro on Wed 03/09/2003 10:49:03

Title: IF-Variable-Conditions in Dialog?
Post by: Totoro on Wed 03/09/2003 10:49:03
Hello,
I would like to enable certain options of dialog within one topic, depending on the value of a global variable. The normal IF-string is not accepted by the Dialog-Editor-Script. Is there a way to do this within one topic or do I have to make several Topics, one for ech value? ???
Title: Re:IF-Variable-Conditions in Dialog?
Post by: Ishmael on Wed 03/09/2003 16:37:05
Looking in the manual for dialog_request global script function and SetDialogOption function might push you to the right direction...
Title: Re:IF-Variable-Conditions in Dialog?
Post by: Totoro on Wed 03/09/2003 16:40:56
Quote from: TK on Wed 03/09/2003 16:37:05
Looking in the manual for dialog_request global scritp function and SetDialogOption function might push you to the right direction...
Thanks TK, you always helpful and quick  :)