Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Problems with "Show Choices" rpg mkr 03
« previous
next »
Print
Pages: [
1
]
Author
Topic: Problems with "Show Choices" rpg mkr 03 (Read 2008 times)
snakestealth2000
Initiate
Posts: 1
Problems with "Show Choices" rpg mkr 03
«
on:
April 08, 2010, 07:21:38 PM »
Hey, I have recently fell in love with rpg maker 2003. I know how variables work and switches and how saving events work, but I can't seem to find a way to make things happen when people pick a particular choice in the "show choices" event. Does anybody know how to help me with this? Also, I'm sorta new.. so don't be too harsh.
Logged
Prpl_Mage
Administrator
Sage
Posts: 7,644
The Administrator Mage
Re: Problems with "Show Choices" rpg mkr 03
«
Reply #1 on:
April 11, 2010, 05:28:13 PM »
The show choices is actually a pretty simple event.
You can fill up to 4 different choices, leave them blank to limit the choices.
You can also choose wich choice will be chosen if the player simply press he cancel button, this will usually be No.
If you look at the event structure after creating a Show Choice you will see that the name of the choices have been added. kinda like this.
<>Message:Do you want a sword?
<>Show choices:Yes/No/I want an axe!
[Yes]handler:
<>Add item: Short sword, 1
[No]handler
<>Message: Then sod off!
[I want an axe!]handler
<>message:Axes are for dwarves!
_________________________________________-
Pretty much - the things you put under the handlers are the things that will happen once you choose them.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Problems with "Show Choices" rpg mkr 03