By LadylexUK
Description: When the character dies they turn blue they emote on the spot, take one last swipe at the player if in range, and sink into the ground with water effects.
- WHEN [once] DO [immortal][equals][true]
- WHEN [health][less than][0] DO [boolvar:dying][equals][true]
- WHEN [boolvar:dying]
- …WHEN DO [position][equals][position]
- …WHEN [once] DO [vectorvar:pool][equals][position]
- …WHEN DO [emote][mad]
- …WHEN DO [solid color][equals][blue]
- …WHEN DO [play fx][fx:Waterfall][on][me]
- …WHEN [countdown timer][2] DO [position][y][equals][position][y][minus][0.008]
- …WHEN [countdown timer][5.5] DO [pace][equals][0]
- …WHEN [countdown timer][6] DO [play fx][fx:Tread water][at position][vectorvar:pool]
- …WHEN [countdown timer][7] DO [destroy]