the 'ask a question' script

superslopp
21 Jun 2013, 03:06
hello everyone,

i just started using quest this week, and though i've gotten the hang of it pretty quickly, i still can't seem to figure out how the 'ask a question' script works. so far i'm able to bring up a question with a yes or no option, but clicking on yes and no result in the same printed message. how can i get the 'yes' option to lead to one scenario, and the 'no' to another? i apologize if this is a silly question, i just can't seem to wrap my head around it.

Pertex
21 Jun 2013, 06:09
The 'ask a question' script returns a boolean variable result which can be used to decide what to do. Have a look at the wiki:
http://quest5.net/wiki/Ask_%28script_command%29

superslopp
22 Jun 2013, 21:43
does this mean i have to use the code view in order to implement yes or no questions? i'm completely illiterate when it comes to programming (ie. i just googled the word boolean), so i'm looking for the easiest possible way to create questions. again, i apologize for cluttering the forum with novice questions. the help is much appreciated though!

Pertex
22 Jun 2013, 21:50
here is a picture how to do it in the gui:
start.jpg

superslopp
22 Jun 2013, 21:53
ah, now i see where i went wrong. thank you very much!