Code:
//-------------MAIN---------------
thread 'STAY_ON_BIKE'
:STAY_ON_BIKE_19
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @STAY_ON_BIKE_19
wait 0
08C6: set_actor $PLAYER_ACTOR stay_on_bike 1
wait 0
0A93: end_custom_thread
Hello everybody, can somebody help me to add on/off button for this, because whatever i am adding it crashes to me.