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:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How do you...
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do you... (Read 1942 times)
SilverLightning
Member
Initiate
Posts: 19
How do you...
«
on:
April 11, 2006, 01:08:48 AM »
How do you fork a Condition becasue i need to know this
Logged
DragonBlaze
A Wild DB Appeared!
Royal
Posts: 3,329
(No subject)
«
Reply #1 on:
April 11, 2006, 01:28:17 AM »
Go into the event commands, make a conditional branch/fork (it'll be called a fork in rm2k and a conditional branch in rm2k3).
Select what you want the condition to be (x switch ON/OFF, variable =, >, <, number, or whatever).
There will be a branch if statment and an end statement, place what you want to happen if the condition is met within these two statements.
If you want it to do a differant action if the condition is not met, select the checkbox for 'execute custom handler if condtion is not met". And place what you want to hapen if the condition is not met between 'else handler' and 'end'.
If you want something to have like 3 differant forks or conditions (example, branch differantly if variable = 1, 2, or 3). Just make 3 conditional branches.
I hope that helped.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN
SilverLightning
Member
Initiate
Posts: 19
(No subject)
«
Reply #2 on:
April 11, 2006, 01:44:03 AM »
it did thank you so very much
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How do you...