Item Only Menu not working! How to fix?

● ARCHIVED · READ-ONLY
Started by luinprogress 4 posts View original ↗
  1. Recently, while working on my game, I used an item only menu from this thread: http://forums.rpgmakerweb.com/index.php?/topic/20038-simple-item-menu/

    It was working perfectly up until now. I have no idea what happened, but instead of looking like this when the menu button is pressed: STUFF.JPG it looks like this: STUUFFF.JPG and then when item is selected it goes to the item only menu anyways. Which is not what I want.

    It was working perfectly before, but then I don't know what happened and the script would do this even if I put it in a new project.

    How can I modify the script to fix this?
  2. I've moved this thread to RGSSx Script Support. Please be sure to post your threads in the correct forum next time. Thank you.
  3. Oh sorry. Thanks.
  4. class Scene_Map


      def call_menu


        Sound.play_ok


        SceneManager.call(Scene_Item)


      end


    end