Your first idea should work fine. What does happen if you try it?
If the dialog doesn't even show up, be sure that the dialog entry point (if you have one) says "return":
@S // dialog startup entry point
return
@1 // option 1
stop
@2 // option 2
stop
@3 // option 3
stop
or remove it altogether. Also, be sure that each option's "Say" checkbox is ticked.
Works for me.
If the dialog doesn't even show up, be sure that the dialog entry point (if you have one) says "return":
@S // dialog startup entry point
return
@1 // option 1
stop
@2 // option 2
stop
@3 // option 3
stop
or remove it altogether. Also, be sure that each option's "Say" checkbox is ticked.
Works for me.