By LadylexUK
Description: The character freezes at point of death, goes white, then explodes with ice explosion effect.
- WHEN [started to][is dead] DO [dying][equals][true]
- WHEN [boolvar:dying]
- …WHEN [started to] DO [pace][equals][0]
- …/…WHEN DO [solid color][equals][white]
- …WHEN [countdown timer][2] DO [visible][equals][false]
- …/…WHEN DO [pace][equals][1]
- …/…WHEN DO [play fx][fx:Ice explosion][on][me]
- …WHEN [countdown timer][4] DO [destroy]