Windows Dialog hep! VBS stuff

Oby1kenoby

Reputable
Dec 3, 2015
64
0
4,630
Ok, SO I have This HUGE and Absurd Idea of making a game.
I'm using that Windows Dialog thing to tell a story.

watch this
[video="https://www.youtube.com/watch?v=G0t1wYQzReY"][/video]

So I Kind have no Idea how to, for example, Link The selected "Yes' option to a completely different sentence.

Here is the Code I made for the trailer:

x=msgbox("You saw a girl in a red jacket standing in the park. Did you walk closer?", 4+32, "Red Girl")
x=msgbox("*You walked closer. Did you ask for directions?", 4+32, "Red Girl")
x=msgbox("And did she say anything?", 4+32, "Red Girl")
x=msgbox("Was She Ok?", 4+32, "Red Girl")
x=msgbox("Are you sure you can remember?", 4+32, "Red Girl")

Any Help to link the options to different sentences?