Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[Resolved]Problem with RPG Advocate's seperate item lists for multiple parties

Hey, guys. I'm not sure if this is the board for my particular problem, so I apologize in advance if I've made this thread in the wrong place.

Anyway, I'm having trouble with RPG Advocate's seperate item lists for multiple parties.

Whenever I try to create a new itembag, I get this error.

http://img517.imageshack.us/img517/4933/error1zy9.jpg[/img]

And whenever use the replace command, I get this error.

http://img124.imageshack.us/img124/7789/error2bj8.jpg[/img]

Here's a demo of the problem in action.

http://www.mediafire.com/download.php?mamqhtkyzga

I'm not sure exactly what's wrong, which is why I'm asking for help.  :sad:
 
This was a rather silly mistake. You only initialized the object under battle test. You need to add:
Code:
$game_itembag       = Game_ItemBag.new
under command_new_game in Scene_Title. Also, on the thief event, you forgot to add the '$' character in front. This caused the Interpreter error, trying to call a method instead of using an object.

Hope this helps. At least it worked perfectly for me.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top