Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Scoryth on July 04, 2012, 10:29:30 am

Title: [RESOLVED] Crashing when using Battle Dome with BlizzABS.
Post by: Scoryth on July 04, 2012, 10:29:30 am
I have implemented Nathmatt's Battle Dome and BlizzABS into my game. However, when I try to run the game and initiate a battle, I get the following error.

NoMethodError occurred while running script.

undefined method 'abatxp_form_id=' for #<Game_System:0x8d58d38>

I'm really at a loss as to what is causing this problem. The battle is initiated via an event command. The event occurs early in the game after a bit of cinematic introduction. To ease the testing so I don't have to wait through the cinematic, I just start where the event is going to take place. Here's what's confusing me. When I start the game at the location of the event, everything runs fine. The event triggers, the battle triggers properly, and I complete the event normally. However, if I sit through the cinematic introduction when I reach the event and the battle is triggered I get the error mentioned above. Any help? Thanks.

Here are the links to the scripts I mentioned.

Nathmatt Battle Dome
http://forum.chaos-project.com/index.php/topic,3183.0.html (http://forum.chaos-project.com/index.php/topic,3183.0.html)

BlizzABS
http://forum.chaos-project.com/index.php/topic,106.0.html (http://forum.chaos-project.com/index.php/topic,106.0.html)

EDIT: Nevermind - problem solved. I had made a duplicate map for testing and somehow forgot to relocate the player transfer triggers to the correct maps.