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
»
please assist
« previous
next »
Print
Pages: [
1
]
Author
Topic: please assist (Read 1940 times)
Shantotto
Initiate
Posts: 27
please assist
«
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?
Logged
shantotto after beating exdeath<br /><br />Shantotto: total loser
Prpl_Mage
Administrator
Sage
Posts: 7,644
The Administrator Mage
Re: please assist
«
Reply #1 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.
«
Last Edit: December 20, 2009, 02:36:34 PM by Prpl_Mage
»
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
Shantotto
Initiate
Posts: 27
Re: please assist
«
Reply #2 on:
December 20, 2009, 04:59:14 PM »
yes! works like a charm!
thanks sooo much
Logged
shantotto after beating exdeath<br /><br />Shantotto: total loser
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
please assist