I'm having problems with Galv's use item on event script. What is supposed to happen is you press A to open the items menu, and press enter on the item you want to use. I copied and pasted his events from the demo into my game, but it doesn't work correctly. After pressing enter, nothing happens. The character can move around, enter other rooms, etc. However, once you press enter a second time, it uses the item. I can't seem to figure out what the problem is.
https://galvs-scripts.com/galvs-use-item-on-event
Galv’s Use Item on Event V.1.5 problem
● ARCHIVED · READ-ONLY
-
-
[move]RGSSx Script Support[/move]
If you have copied exactly, without configuring the script, then you will be using the switches that are default in the script. In this instance the Disable switch is switch #1. If you are already using that switch then the script will assume that you want this disabled. Find an unused switch, name it and then put that switch ID in the script at line 64. -
I’ve already done that. I believe it’s a problem with other scripts I have downloaded. I removed them to test, and it worked fine. I think I’ll probably just figure out exactly which script it is, then remove it.If you have copied exactly, without configuring the script, then you will be using the switches that are default in the script. In this instance the Disable switch is switch #1. If you are already using that switch then the script will assume that you want this disabled. Find an unused switch, name it and then put that switch ID in the script at line 64.