Remove Right Click

delpi

Well-Known Member
I'm having trouble searching and finding anything.

I know how to add a right click to an inventory item.

How would you go about removing ones the mod already put in?
 
If anyone has researched this before and just hs some discussion they found on it, I'd appreciate it.
 
in your custim ui_selectSlot.sqf

add somewhere near the top after
Code:
if (!DZE_SelfTransfuse && ((gearSlotData _control) == "ItemBloodBag")) exitWith {};
Code:
if ((gearSlotData _control) == "YOURITEMCLASSNAME") exitWith {};
 
THANKS!!!!!

I'll play with that tonight. Will that keep the option from coming up or will it keep them from being able to choose the option?
 
Back
Top