Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Silver Incubus on March 05, 2010, 10:04:26 PM
-
I know the answer to this should be simple, but in one of my battle events I have it so that when ACTORX uses Genjutsu command
It deletes all Genjutsu (suppose to happen) then it allows you to select 4 from a Choice box and then it adds that skill to his skill list.
My problem is that sometimes it keeps poping up even after I have selected it. But usually after the first time it works normally? Is this just a bug with 2003 or is there something else going on.
I did get something similar to this in my other game.
What happens is that the menu pops up on all characters turns until that ACTORx goes again. Which delays all attacks.
-
(http://i7.photobucket.com/albums/y251/Silver_Incubus/Gengutsuproblem.jpg)
(http://i7.photobucket.com/albums/y251/Silver_Incubus/Battleeventproblem.jpg)
This is the command I'm talking about. Any ideas?
-
Try adding End Event Processing at the end of the event. If it still bugs out then that means the "Ryu uses the Genjutsu command" needs to be TURNED OFF somehow. In order to do this, you'll need to add a SWITCH/Variable Fork Condition in the event.
It looks something like this:
Fork if Switch: [XXX1] is OFF
......==Insert commands here==
......Turn Switch: [XXX1] ON
<End>
NOTE: This will only allow him only to do Genjutsu ONCE during battle (At least to me this is what it looks like; I don't work with DBS battle scripts.)
-
Yeah I figured as much, I guess I could try and do it for the first fight and see if it doesn't do it again. The strange thing about it is that it sometimes works propperly and others like the first time, it buggs out.
-
I've had various unexplained problems trying to edit the default battle system. The most frustrating thing about them, like you said, is that they seem to happen at random.
-
I've had various unexplained problems trying to edit the default battle system. The most frustrating thing about them, like you said, is that they seem to happen at random.
Well if you watch Drakiyth's crappy game reviews then you'll probbably see what I'm talking about LOL when he gets around to it. That is kinda why I left it in. Cuz its suppose to be crappy for a reason.
Plus I don't have the time nor the energy to go back through all the fights and add the new battle pages. its just too much point and click and paste. uggg
-
Yeah, the pointing and clicking gets tiresome fast. It doesn't even matter how well you have a handle on the system. It's all about how much time you're willing to put into copying and pasting, pointing and clicking conditional branches and variable operations.