how do i find when user unequips a specific item? #328
-
i need to trigger things when I unequip the worldedit wand |
Beta Was this translation helpful? Give feedback.
Answered by
SampleProvider
Jul 3, 2021
Replies: 1 comment 4 replies
-
In Inventory.js, do Ctrl + F and find "unequip.onclick". Then run whatever you want. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
spsquared
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Inventory.js, do Ctrl + F and find "unequip.onclick". Then run whatever you want.