OV_RideEvent

Called when a Lyokowarrior starts riding an Overvehicle

Calling

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

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

Listening

You can use the LAPIListener to listen to this event.

Effects

If the Overvehicle already has a Rider

The Lyokowarrior will be added as a Passenger

If the Overvehicle doesn't have a Rider

The Lyokowarrior will be added as a Rider

Last updated

Was this helpful?