[Solved] 3 options help

CheshireTiger
09 Jun 2021, 00:24Im having an npc ask player to chose between 3 versions of an item. Like this:
Which element whould you like it to attuned to?
Fire Frost Thunder
This choice is not intended to be repeatable.
Then have the game pop an item into player inventory.
The Pixie
09 Jun 2021, 11:06This might get you started:
http://docs.textadventures.co.uk/quest/ask_simple_question.html

CheshireTiger
09 Jun 2021, 15:56So i have to set variables to the npc first, then ask? Ill try that..