What I'm trying to do is to store in a variable the amount of a certain item. I tried this:
but it didn't worked...
Another thing I don't know how to do is to count the total items. Not the total amount, but the amount of kinds of items (hard to explain). For example: I have 2 Potion, 3 High Potions and 1 Full Potion. In total I have 6 items and what I want is the 3 kinds of items.
The same goes to weapons and armor.
I tried to explain the best I could (my english isn't that good). If you don't understand something please tell me.
Thanks for reading ^_^
EDIT: Question No 1 Solved. Typed it wrong in the editor...
Code:
$game_variables[3] = $game_party.item_number[1]
Another thing I don't know how to do is to count the total items. Not the total amount, but the amount of kinds of items (hard to explain). For example: I have 2 Potion, 3 High Potions and 1 Full Potion. In total I have 6 items and what I want is the 3 kinds of items.
The same goes to weapons and armor.
I tried to explain the best I could (my english isn't that good). If you don't understand something please tell me.
Thanks for reading ^_^
EDIT: Question No 1 Solved. Typed it wrong in the editor...