Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Getting Items to Display Images.

iblamevictoria

Towns Guard
The title is pretty self-explanatory. I want to use an inventory item to display an image in my game. Are there any plugins that allow this? Or did I just miss something super obvious that's already built into the game? It would also be cool to know how to get an item to display text. I'm still getting used to navigating the .js files that MV uses, but I could probably find out how to do these things manually if I was guided.
 

Dad3353

Praised Adventurer
Depending on the complexity required, an Item can trigger a Common Event. Can you create a Common Event to display your image..? Similarly for Text. If it can be done by Common Event, an Item can trigger it. Edit the Item, add an Effect, choosing 'Other/Common Event'. It may be best to choose a Scope of 'None'.
Does this help..?
 

iblamevictoria

Towns Guard
Depending on the complexity required, an Item can trigger a Common Event. Can you create a Common Event to display your image..? Similarly for Text. If it can be done by Common Event, an Item can trigger it. Edit the Item, add an Effect, choosing 'Other/Common Event'. It may be best to choose a Scope of 'None'.
Does this help..?
Hey thanks man, that's absolutely perfect. I knew I was missing something.
 
Top