ChicagoTrash Posted August 3, 2019 I was wondering if there was a way to add more death animations to a monster? 0 Quote Share this post Link to post
2 snapshot Posted August 3, 2019 (edited) Add more death states to your monster and make the default death states jump to a random one of the newly added states using A_Jump, eg: Death: POSS H 1 A_Jump(128, "Death2", "Death3", "Death4") POSS H 4 POSS I 5 A_Scream POSS J 5 A_NoBlocking POSS K 5 POSS L -1 Stop Death2: ...... Death3: ...... Death4: ...... https://zdoom.org/wiki/A_Jump https://zdoom.org/wiki/Actor_states Edited August 3, 2019 by tempdecal.wad 0 Quote Share this post Link to post
Question
ChicagoTrash
I was wondering if there was a way to add more death animations to a monster?
Share this post
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.