- Joined
- Sep 30, 2015
- Messages
- 86
- Thread Author
- #1
interact will get stuck if the right click menu is already open (eg, it tried to interact but failed before hand, but the right click menu is still open) It freezes the entire script until it auto-logs to lobby.
Was digging through interfaces and methods to try and find something to close the right click menu if it's open, but I couldn't find anything.
EDIT: Got it, use the Menu class (Menu.isOpen())
EDIT: Still having issues.
Was digging through interfaces and methods to try and find something to close the right click menu if it's open, but I couldn't find anything.
EDIT: Got it, use the Menu class (Menu.isOpen())
EDIT: Still having issues.
Last edited: