By LadylexUK
Description: After the creature dies and falls to the ground they lay there for a few seconds and are then absorbed into the ground. Add this brain kode to your creature brain.
- WHEN [once] DO [destroy after death][equals][false]
- WHEN [started to][is dead] DO [boolvar:dying][equals][true]
- …WHEN DO [physics type][equals][fixed]
- …WHEN DO [collidable][equals][false]
- WHEN [boolvar:dying]
- …WHEN [countdown timer][4]
- …/…WHEN DO [position][y][equals][position][y][minus][0.008]
- …/…WHEN [countdown timer][2] DO [destroy]