- Joined
- Dec 8, 2015
- Messages
- 8
- Reaction score
- 1
- First Language
- German, English
- Primarily Uses
- RMVXA
Hello Community,
I have a window and would like to display the weapons, items and armor that the player owns in this Window.
I use the Command for the VX Ace:
Please help me
Iàm New YAHH!
I have a window and would like to display the weapons, items and armor that the player owns in this Window.
I use the Command for the VX Ace:
This should actually be displayed all the items, weapons and armor, or? It also works just shows me the items on without armor and weapons.def draw_item(item)
rect = item_rect_for_text(item)
item = command_name(item)
draw_item_name(item, rect.x, rect.y, true)
draw_text(rect.x, rect.y, contents_width / 2 - 30, line_height, $game_party.item_number(item), 2)
end
Please help me


