RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Please help with ABS script!

Started by porkupine100, July 13, 2007, 10:28:44 AM

0 Members and 1 Guest are viewing this topic.

porkupine100

I am trying to use Blizzard's ABS script http://z3.invisionfree.com/ChaosProject/index.php?showtopic=378,
but when I try to start the game it says:
"Script 'Sprite_Character' line 45: TypeError occurred. cannot convert nil into String"
The line is: "self.bitmap = RPG::Cache.character(@character.character_name,"

Anyone know how to fix this?