Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
ChicagoTrash

Is there a way to add more death animations to a monster

Question

2 answers to this question

Recommended Posts

  • 2

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

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×