OV_GetOffEvent

Called when a Lyokowarrior dismounts an Overvehicle

Calling

To call this event, simply pass an Overvehicle and a LyokoWarrior.

OV_GetOffEvent.Call(Overvehicles.OVERBOARD,LyokoWarriors.ODD);
OV_GetOffEvent.Call(Overvehicles.OVERBOARD,LyokoWarriors.AELITA);

Listening

You can use the LAPIListener to listen to this event.

Effects

If the warrior was the Passenger

The Lyokowarrior will be removed as Passenger.

If the Overvehicle was the Rider

The Lyokowarrior will be removed as a Rider. If the Overvehicle has a Passenger, it will become the Rider.

Last updated

Was this helpful?