Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!
I'm trying to make it so a certain item will only work if it's used on a map using either the overworld, outside, or SF outside tilesets, but I can't find anything to make it work that way. Anyone know how?
If the condition is met then you event it to do what ever you want the item to do...
Else if the condition is not met then return the item to the player since it was actually used and triggered the common event & display a message saying it can't be used.
(only return it if you want, you could also make the player waste it)
You can also set the Item's "Occasion" to "Menu Screen" if you don't want the item to be used in battle.
Item Setup:
Common Event:
However this is only actually a "work around".
As the item really is being used the other effects/damage/etc. would still be done also.
That being said this seems to be the best way without using a plugin.