05-10-2010, 07:13 AM
DerVVulfman Wrote:That would be a very good question.
This system aliases (or attaches code to) the attack_effect method. This is default method within the Game_Battler class that comes with RPGMaker XP. This error is very confusing since it should only happen if you don't have an 'attack_effect' method... like it was erased or something.
Simply put, this system is not only essential for my game, but it's also beautifully well-organized. The demo showed me exactly what I'll need for my game.
How would you say that I should go about fixing this? If anyone can help, it'd surely be you! =]
EDIT:Would it matter where I place this code inside the Scripts database? As in, above a certain entry or below a certain entry?
EDITx2: I moved the entry of this script (which I titled "Ammo_System") one space BELOW "Main", and it seems to be working so far. Bizarre.. I'll update this is it further decides to die on me =]