change base pick chance.
Added 5th param to pickLock.sqf action script to allow for base pick
chance override via action call.
player addAction [_text,"\z\addons\dayz_code\actions\pickLock.sqf",[cursorTarget,"fnc_on_pass","fnc_on_fail","fnc_on_interrupt",100],1,false,true,"",""];
100 is optional and would set the failure rate to 100% on every attempt (only this one call).
change base pick chance. Added 5th param to pickLock.sqf action script to allow for base pick chance override via action call.
player addAction [_text,"\z\addons\dayz_code\actions\pickLock.sqf",[cursorTarget,"fnc_on_pass","fnc_on_fail","fnc_on_interrupt",100],1,false,true,"",""]; 100 is optional and would set the failure rate to 100% on every attempt (only this one call).