Possible to hook into the radial upgrade menu?
Hi, basically what I want to achieve is to hook into the radial upgrade menu to enable the "Destroy" option for my Plugin. Is their a way to hook into that and enable it? Been Searching the Oxide provided libs but haven't found anything so far.
You can't "hook" into it as it is client-side only, but you could try to toggle a flag server-side to enable that option, though unsure how.