Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: aduine on August 19, 2007, 09:35:17 AM

Title: Conditional branch?
Post by: aduine on August 19, 2007, 09:35:17 AM
Hello, here's my problem : I maked a conditional branch event in the Common event, i made it parallel process and the condition is to start when the hero is lvl 10. but the problem is that my event is looping... i tried to end it with, delete event, end event, switch ... could find how to make it stop looping. so i'm asking from person with enough knowledge please help!

Here what my common event look like

                                           Trigger : parallel process
<> Branch if Zack is lvl 10
  <>
: se handler
  <>
: End
<>

 Thanks to help.
Title:
Post by: Prpl_Mage on August 19, 2007, 07:39:05 PM
What is it supposed to do? Other than just starting.
Title:
Post by: lilsniffs on August 19, 2007, 07:59:02 PM
at the begginning put a conditional branch if switch (nametheswitch) is OFF. after you cut and paste your code in, place a switch operation that turns the switch on.
Title:
Post by: aduine on August 21, 2007, 02:57:45 AM
Yeah thanks alot!
Title:
Post by: A Forgotten Legend on August 21, 2007, 11:17:19 AM
Or, make the common event need a switch in order to turn on, and then at the end of the code turn the switch off.

Like I did here.  See how I made it so then it needs the switch"Change season ON" to activate?

Just turn the switch on during the beginning cut scene, and you'll be fine.