- Joined
- Sep 26, 2020
- Messages
- 12
- Reaction score
- 0
- First Language
- French
- Primarily Uses
- RMXP
hello
I want to set a variable value equal to total number of multiple items so i did this:
Control Variables: [0030: posséder chapeau] += [number of Armor 14]
Control Variables: [0030: posséder chapeau] += [number of Armor 15]
I dont know if I am on the right track but if it's the case then by having #1 [Item 14] and #1 [item 15], the variable should be equal to 2 ? But whatever I try, I see the variable reaching "unreasonable" values.
Maybe I 'm completely wrong with my reasoning, so someone could point me on the right track please?


I want to set a variable value equal to total number of multiple items so i did this:
Control Variables: [0030: posséder chapeau] += [number of Armor 14]
Control Variables: [0030: posséder chapeau] += [number of Armor 15]
I dont know if I am on the right track but if it's the case then by having #1 [Item 14] and #1 [item 15], the variable should be equal to 2 ? But whatever I try, I see the variable reaching "unreasonable" values.
Maybe I 'm completely wrong with my reasoning, so someone could point me on the right track please?



