Hi. I am using Blizz-ABS 2.84 with RPGmakerXP and I've been having trouble with a certain script made by Winkio; titled "Winkio's Blizz-ABS Party HUD". What happens is, when I try to open the Minimap, I get the following error :
Script ' ' line 1076: NoMethodError occurred.
undefined method `dropped' for #<Game_Event:0x870c4a0>
I have the script in the correct order (Under Blizz-ABS scripts) and I have started a new game to test it. I have tried going without using the minimap, and on some rare occasions I get the same or similar error randomly. I tried disabling the minimap off of Blizz-ABS, and the C button didn't work, which was good, but I still got the error at random undefined moments. (Usually upon using an item or enemy death) This error happens regardless of setting.
I have read the sticky in this forum section, and I checked out the topic for the script, but someone had the same error which went unanswered so I didn't bother asking a question that was already asked in that topic.
Can anyone help me fix this? I wouldn't mind if it was needed to just remove one of the sprite displays for what I assume to be "dropped" items, because that isn't important for me. The link to the topic and script is here : http://forum.chaos-project.com/index.php/topic,2206.0.html (http://forum.chaos-project.com/index.php/topic,2206.0.html)
Thankyou :). This is important to me, as I've checked out a lot of HUDS and just need a good HUD that shows all party members! Most of them give me random errors, but this one seems easy to fix... I'm not into scripting, or else I'd have a better idea of what the problem was.
Try adding a question mark after dropped, so it would be "dropped?"
Thankyou very much, Winkio. After I fixed that, the error led me to a different line, then I did the same thing with that line and the minimap button now works. Im going to test through it now, thanks =)
hm, I must have forgotten to update the HUD after the method name was changed. Glad it worked.