Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Shantotto on December 20, 2009, 06:01:35 AM

Title: please assist
Post by: Shantotto on December 20, 2009, 06:01:35 AM
  im heading into a rush and did a first major test of my effect systems and found 1 major flaw, every time i get to the first dungeon the part where i get the secondparty member (cloud) a cut scene  happens and you fight him, but after passing the dugeon and leaving the temple i have to fight him again....

any clue how i could make the effect set only happen 1 time and stops looping?
Title: Re: please assist
Post by: Prpl_Mage on December 20, 2009, 02:34:36 PM
In the event that activates the battle with cloud:
Add a new page to that event.
On the second page. Add a precondition that is "Cloud : in the party"
The makes put a higher priority on events with preconditions. So as long as the page with the precondition is empty - Nothing will happen. In other words; it won't activate the thing that is the cloud battle.

BTW: the same thing can be done with Switches. So after a scene like this occurs: activate a switch(at the end of the event that plays the scene of course). Add a second EMPTY page and use the same switch as precondition. And you can name the switches to keep it structured.
Title: Re: please assist
Post by: Shantotto on December 20, 2009, 04:59:14 PM
yes!  works like a charm!
thanks sooo much