Hey,
I'm trying to make it so that if the player enters a specific vehicle, named "truck" then they can effectively bypass Opfor check points.
To do this, I have created a simple statement that I enter in the player's init field:
if (this in truck) then {this setCaptive true};
I'm relatively new to scripting within arma so can you guys let me know if this is correct. I tried it but they still shot at me while I drove past.
Thanks.