OV_VirtEvent
called when an Overvehicle is virtualized
Calling
To call this event, simply pass an Overvehicle and an ISector or a Lyokowarrior.
OV_VirtEvent.Call(Overvehicles.OVERBIKE);
Listening
You can use the LAPIListener to listen to this event.
Effects
The OV's Location will be set to the given ISector or the Lyokowarrior's Location, their HP will be reset and their Status will be set to OV_Status.Virtualized
Last updated
Was this helpful?