Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: yuhikaru on August 21, 2010, 05:06:06 pm

Title: [Resolved] Compatibility issue (Message SystemX Antilag) [XP]
Post by: yuhikaru on August 21, 2010, 05:06:06 pm
Hello, I'm using slipknot's letter-by-letter (XP) (Link here: http://www.creationasylum.net/forum/index.php?showtopic=9480 (http://www.creationasylum.net/forum/index.php?showtopic=9480)), and when I use the "show message window above event" thing, the game crashes. Aparently it has something to do with BlizzABS Event Anti-Lag Script, because it works fine if I remove it. It crashes when I'm using others anti-Lag scripts as well.

I don't know if it possible to make then work together.

The error message is:

Script 'Window_Message' line 292: NoMethodError Ocurred
undefined method 'bitmap' for #<sprite_Character:0x8ae0db8>

The line 292 is: ch = [$scene.spriteset.character_sprites[event - 1].bitmap.height /4 + 4, 48].max

Please, help me! Thanks in advance <3
Title: Re: Compatibility issue (Message SystemX Antilag) [XP]
Post by: nathmatt on August 21, 2010, 05:30:51 pm
you could always disable the anti-Lag for the maps ur using "show message window above event"
Title: Re: Compatibility issue (Message SystemX Antilag) [XP]
Post by: Blizzard on August 21, 2010, 05:55:29 pm
Slipknot's script don't work well with Blizz-ABS. Use ccoa's instead.
Title: Re: Compatibility issue (Message SystemX Antilag) [XP]
Post by: yuhikaru on August 21, 2010, 10:25:00 pm
@nathmatt: Yeah, I tried that >_<

@Blizzard: Wow, Ccoa's has a lot of stuff O_O I loved it <3 Thanks!