Good time, everyone!
When setting up an action "m_CommandUID" with empty character hands. The script calls a default sound event, e.g. DayZPlayerConstants.CMD_ACTIONFB_INTERACT calls OnSoundEvent where pEventType = Sound, pUserString = "" , pUserInt = 4.
But when a character has a tool in hands. It calls pUserInt = 203
Is it possible to change/control of its params from script? Or is there other way to change it?
Thank you!