- Joined
- Oct 28, 2013
- Messages
- 76
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMVXA
Ok so I'm TRYING to use the Falcao Pearl ABS Script (here: http://www.rpgmakercentral.com/topic/8809-falcao-pearl-abs-liquid-v3-update/) but even though I'm following the instructions exactly I still find many problems. If anyone is familiar with this script I would greatly appreciate the help.
So what I'm trying to do is make an enemy attack, but everytime my monster goes to attack I get this message:
Script 'Game_Character' line 180: NoMethodError occurred.
undefined method `tool_data' for nil:NilClass
I have no idea how to remedy this because I am literally doing exactly what the script says and my eventing of the enemy is the same as the eventing in the demo file.
I have the enemy named <enemy: 1> and the event has three pages, the second is activated by self switch B and the third by C. Enemy 1 in the database does have attacks and in the Notes part I've written: Enemy Dead Pose = true.
Please help me I have absolutely NO IDEA why it's not working and I've been trying for ages. Any help would be appreciated. Thank you.
So what I'm trying to do is make an enemy attack, but everytime my monster goes to attack I get this message:
Script 'Game_Character' line 180: NoMethodError occurred.
undefined method `tool_data' for nil:NilClass
I have no idea how to remedy this because I am literally doing exactly what the script says and my eventing of the enemy is the same as the eventing in the demo file.
I have the enemy named <enemy: 1> and the event has three pages, the second is activated by self switch B and the third by C. Enemy 1 in the database does have attacks and in the Notes part I've written: Enemy Dead Pose = true.
Please help me I have absolutely NO IDEA why it's not working and I've been trying for ages. Any help would be appreciated. Thank you.