Question- Inventory

Im working on an rpg and am trying to get an inventory system to work. Is it possible to make a world block stay on the screen showing that you have an item. I would like it to only appear after you get the item and am unsure of how to do this.

It sounds like you might want to use label in the player's draw event. You can embed a tile into a label like label "Inventory: {embed:tileName}".