- 78
- Posts
- 7
- Years
- Florida
- Seen Feb 4, 2025
Hey guys, I have a question about an item I put into the game. It's a Key Item that calls a Common Event. Here is the script:
The item works and calls the Common Event just fine, but when the Common Event ends, it says "Can't use that here."
What do I need to do to fix that? I tried Googling and looking through the scripts but I'm not good with RMXP Scripts. I'm using Essentials v19.1.
EDIT: I found that if I Register the item for quick use and use it in the field, it uses it just fine without saying "Can't use that here." It only says "Can't use that here." when I use it in the menu.
Code:
ItemHandlers::UseInField.add(:SANITYCHECKER,proc{|item|
pbCommonEvent(7)
})
The item works and calls the Common Event just fine, but when the Common Event ends, it says "Can't use that here."
What do I need to do to fix that? I tried Googling and looking through the scripts but I'm not good with RMXP Scripts. I'm using Essentials v19.1.
EDIT: I found that if I Register the item for quick use and use it in the field, it uses it just fine without saying "Can't use that here." It only says "Can't use that here." when I use it in the menu.
Last edited: