By LadylexUK
Description: When you kill your character it explodes in a cloud of dust without falling to the floor. Add this kode to your creature brain.
- WHEN [once] DO [destroy after death][equals][false]
- WHEN [started to][is dead] DO [boolvar:dying][equals][true]
- WHEN [boolvar:dying]
- …WHEN DO [visible][equals][false]
- …WHEN [play fx][fx:Dust ring][at position][above]
- …WHEN [pace][equals][0.3]
- …WHEN [countdown timer][3] DO [destroy]