What about a lottery game, message apperas saying would u like to buy a ticket for _? show choices: Yes No, if yes Make a conditional branch that says if money _ above, then it changes gold held - _, then Make an input
digit event with _ digits, store them in a variable called Ticket. Now make a timer event, set it to start 15:00 minutes. You dont need to display
the timer. Make it turns on switch switch called 'Timer' Now make a common event that is set to parrel process. Make its start condition switch 'Timer'. Now make a conditonal branch that says if timer is at 0:00, set variable 'Lottery Results' to any random number between
_____-____ (must be the same length as input event above). Now turn on switch the 'Lottery Results' and then turn off switch Timer.
show a message that says, See lottery results.
Then make a message that says ?Lottery Results are /v[x] and your ticket is /v[x]. [x] represents the variable number.
Now under that, make a conditional option that says, if 'Lottery Results' equal to
variable 'ticket', Show message that says, You have won or what ever you want, Now you have to make an event that gives the hero money. Have a message underneath the else case that
says. Too bad. Good luck next time. Then under the last end case, turn off Lottery Results.
I just made this up out of memory.