Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started 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!
-
Make sure the object you are interacting with is set to Same Level As Hero, not Below Hero.
-
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.