Curios to know if it is possible to disable in game interaction (use) on an item with a plugin? I have my own CUI that I want to use over the ingame one as I can add options directly into it, but I don't want the in game pie menu to show up or the default use option for the item. I essentially want it to rely on my cui.
Can you disable item interaction with a plugin?
You can set the item flag busy and it will disable the use icon. or use a hook to stop the interaction and call you cui
https://umod.org/documentation/games/rust