LW_FixedDNAEvent

Called when a LW's DNA is no longer corrupted

Calling

To call this event, you need to pass a LyokoWarrior.

LW_FixedDNAEvent.Call(LyokoWarriors.ODD);

Listening

You can use the LAPIListener to listen to this event.

Effects

LW_Status.DNACORRUPTED will be removed from their Statuses

Last updated