The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: Countdown on June 20, 2011, 03:32:39 AM

Title: [REQUEST] Something not really working well.
Post by: Countdown on June 20, 2011, 03:32:39 AM
I'm making my own evented battle system. It works great when in one clean project, and not at all when I bring it into my current project with all my resources and scripts. I have it so that a Common Event checks to see when a button is pressed and if it is, then it does the swinging animation and checks to see an enemy's position. But the button isn't working in my current project. Can scripts cause that, and is there a way around it without getting rid of all of my scripts and starting over?
Title: Re: [REQUEST] Something not really working well.
Post by: lauronpegason on June 20, 2011, 12:05:49 PM
If it’s not like 50 Scripts or so, my suggestion is to start over a new project with that Common Event active, then copy and paste your Scripts from your project by groups of 3 or 4 (even less): keep testing. At least this will help you finding the Script that is not compatible with that Common Event. Once you’ve found it you can either get rid of the Script or change it to be compatible with your battle system.
Title: Re: [REQUEST] Something not really working well.
Post by: Sir_Reaver on July 13, 2011, 05:47:23 AM
have you tried changing the database id numbers for the common events or even the switch's and variables that you may be using maybe one of the scripts use the same id number and that's whats throwing  things out of whack
Title: Re: [REQUEST] Something not really working well.
Post by: Nessiah on July 13, 2011, 02:31:42 PM
It'll be nice if we can have a demo of said project so I can check it out (it's reaaally hard to tell right now) but try getting a screenshot of the script editor so we can see the list of the scripts you're using? Maybe you used a script that affects the keyboard or in the clean one you used a script and didn't transfer it over, etc.