I have a message that appears at a quest stage for the player to make a choice. The only good choice is 3 the rest will - well I dunno yet just need this fragment up and running first. Here is what I have so far.
Int iButton = MyMessage.Show()If iButton == 3setstage(50)Endif
I want to add to the fragment some lines that say if the player <> chose 3 then "do something" like debugMessagebox "Try again dumbo" and the message is presented again.
Help please.