By LadylexUK
Description: When playing the death animation the character will shrink and disappear
- WHEN [started to][is dead] DO [boolvar:dying][equals][true]
- WHEN [boolvar:dying][equal to][true]
- …WHEN [countdown timer][2]
- …/…WHEN DO [shrink]
- …WHEN [countdown timer][3] DO [destroy]
variation: Character freezes, shrinks then disappears in an explosion
- WHEN [started to][is dead] DO [boolvar:dying][equals][true]
- WHEN [boolvar:dying][equal to][true]
- …WHEN DO [pace][=][0]
- …WHEN [countdown timer][2]
- …/…WHEN DO [shrink]
- …WHEN [countdown timer][3] DO [pace][=][1]
- …/…WHEN DO [visible][=][false]
- WHEN [countdown timer][4] DO [destroy]