2010-02-28, 04:52 PM
Actually that one is pretty simple.
If you are just putting in a yes or no event...you would do it like the picture below.
Basically anything you put directly under the If (message choice) event will happen if you select the yes option. In your case, with the secondary option being a no thanks (meaning it does nothing) and otherwise choice isnt necessary and you can just end the if statement.
Later if you decide to make the second option do something you would still load up whatever you wanted the yes option to do under the if (message choice) line then add an otherwise option under that...like this:
If (message choice)
warp player
Otherwise
display message
End If
If you are just putting in a yes or no event...you would do it like the picture below.
Basically anything you put directly under the If (message choice) event will happen if you select the yes option. In your case, with the secondary option being a no thanks (meaning it does nothing) and otherwise choice isnt necessary and you can just end the if statement.
Later if you decide to make the second option do something you would still load up whatever you wanted the yes option to do under the if (message choice) line then add an otherwise option under that...like this:
If (message choice)
warp player
Otherwise
display message
End If
- Todd DuFore (DMPDesign)
Site Founder
Site Founder