Not sure what happens if you get teleported into the vehicle. This game event is executed every time you sit in a seat in a vehicle. E.g. if you switch seats it will also be executed.
(the one from baseevents works in all cases)
Well, yea. This loop terminates whenever you exit this vehicle. If you enter another vehicle the event will be triggered and a new loop started.
Well of course you don’t need to have a loop in there. Was just an example ![]()
If you just need to execute something once upon enter, you don’t need a loop.