Hello firstly what a fantastic script! Just one question I am wanting to emit stop certain things like the Nato Ammo crates from been dragged and loaded and lifted etc etc. Where would I place this?
obj setvariable ["BTC_cannot_lift",1,true]; // Make an object not liftable
obj setVariable ["BTC_cannot_drag",1,true]; // Make an object not draggable
obj setVariable ["BTC_cannot_load",1,true]; // Make an object not loadable
And where would I add my: nato_ammo_f ?
Thanks in advance.........