Author Topic: OnVehicleTouch Event  (Read 527 times)

This means that when a vehicle touches a brick (even the wheels if possible), it can trigger an event. For example:

OnVehicleTouch/Vehicle/SetVehicleScale ------I------

There used to be an event that existed long ago if I'm not mistaken, but I think it was failbinned.

in that case someone needs to make a OnVehicleActivate too

onVehicleActivate isn't hard to make, it's just onVehicleTouch will be the tougher one. If I remember onVehicleTouch basically planted triggers to see if it 'touched' the brick, which can be inaccurate