- Joined
- Sep 8, 2022
- Messages
- 27
- Reaction score
- 5
- First Language
- PT - BR
- Primarily Uses
- RMMV
there is a way to like, press 1 and use a item?
unfortunately there is no "use item" event commandthen uses the item.
Yeah, what I had to do is to use the "select item" plugin command. Then at the end run a common event that has a conditional branch that checks the variable stored from the select item command. Then depending on the variable's value it runs another common event doing the thing I wanted associated with using the item. Really tedious but I couldn't think of another way.unfortunately there is no "use item" event command
Going that route is a lot more complex as you'll need to make the effect by commands and then remove the item from inventory as if it had been used.
and the simulation of the effect with event commands is not always the same as the item use.