Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Shadow_754 on February 17, 2013, 05:32:33 PM

Title: Items in jars and what-not
Post by: Shadow_754 on February 17, 2013, 05:32:33 PM
I am using RPG Maker 2003, and I am trying to add hidden items in vases, jars, and other places. However, when I try to talk to the jar, or whatever the item is hidden in, nothing happens. Could someone please tell me how to go about this?

-Thanks in advance!
Title: Re: Items in jars and what-not
Post by: Meiscool on February 17, 2013, 05:36:32 PM
Make sure the object you are interacting with is set to Same Level As Hero, not Below Hero.
Title: Re: Items in jars and what-not
Post by: Prpl_Mage on February 17, 2013, 08:32:21 PM
Make sure the object you are interacting with is set to Same Level As Hero, not Below Hero.

Pretty much.

The event have to be "same layer as hero" and" action button" that way it acts as an objects that when facing towards - can be interacted with.

Another problem could be if the event have several event pages (which it probably doesn't have).

Remember to add an "erase event" at the end of getting the hidden item to make it dissappear. Just keep in mind that you need to add a switch or two to make sure that these items never respawn.