onactviate>Beta>SetPlayerControlonactvivate>self>VCE_Ifvariable><var:cl>lastmsg> == Outonvariabletrue>self>exitplayercontrolfails
You would need a relay to make that work.
That's because when you activate it you control the vehicle. But it also checks to see if you said 'Out' as your last message when clicking it to kick you out of the vehicle. You would need a relay to make that work.
[0] [0] onActivate -> namedBrick(Beta) -> setPlayerControl[1] [0] onActivate -> self -> fireRelay[2] [0] onActivate -> self -> setEventEnabled [0 1 2 3] [unchecked][3] [0] onActivate -> client -> chatMsg -> You are controlling a vehicle! Say 'Out' aloud to exit![4] [0] onRelay -> self -> fireRelay[5] [0] onRelay -> self -> ifValue -> <var:cl:lastMsg> -> equals -> Out[6] [0] onVariableTrue -> self -> cancelEvents[7] [0] onVariableTrue -> self -> setEventEnabled [0 1 2 3] [checked][8] [0] onVariableTrue -> client -> chatMsg -> You exit the vehicle![9] [0] onVariableTrue -> --- I don't remember the outputs for leaving the vehicle. You shouldn't have a extremely hard time finding them. ---