Hey everyone, i am having an issue with the Safes. We have been play testing our server and I bought a safe and placed it, combo came up but when I look at the safe no option to open it shows. I tried to delete and respawn a new one but same outcome. I tried doing some research but can't find a hint of information about where I could see whats happening. I don't know how the safe adds this action so I cant try and debug it. Any hints on what might be wrong?
Only things I think may be wrong is I have a custom selfActions sqf but other than that I don't see why it should not work. I also have a line of code added to the snap_build_publish sqf in order to make bases indestructible;
My SelfActions SQF
_tmpbuilt addEventHandler ["HandleDamage", {false}]; _tmpbuilt enableSimulation false;