ID:1861018
 
The context menu can be a huge source of client-side lag, and i was wondering if there was any way to modify the contents of the context menu, or at least disable it completely.

How can i make it so that certain objects don't appear in the context menu, and reduce or remove the clientside lag experienced by the context menu when right clicking a large stack of items?

Is it possible to remove the context menu entirely? If so, how?
Hey, you can disable BYOND's built-in context menu completely by using this var:
show_popup_menus = 0   //THIS IS USED TO DISABLE THE BUILT-IN BYOND'S RIGHT CLICK BEHAVIOUR!


I have also experienced some kind of client-side-lag on some games due to the right clicks. I created this library that re-creates context menus that you can fully customize with the commands you want and the visual you want it to have.

http://www.byond.com/developer/Kidpaddle45/CustomContextMenu