- Joined
- Mar 14, 2012
- Messages
- 187
- Reaction score
- 131
- Primarily Uses
Hello!
Is there a way to script check in a conditional branch whether the player is in menu?
I know that you can check if player is in battle with:
Is there something similar but to check if the player is using the menu?
Context: I have an item that calls a Common Event, and I need it to behave differently in map, in battle, and when used from the item menu outside of battle.
Is there a way to script check in a conditional branch whether the player is in menu?
I know that you can check if player is in battle with:
Code:
$gameParty.inBattle()
Context: I have an item that calls a Common Event, and I need it to behave differently in map, in battle, and when used from the item menu outside of battle.
