Does anyone know how you can use setVelocity on a barrel.
I have tried something like this but it doesn't work.
_barrel = "Barrel2" camCreate [_barrelpos]
_barrel setVelocity [0, 0, 50]
The barrel just sits on the ground until something hits it or you shoot it.