Fake Death
Posted: Sat Feb 28, 2015 10:05 pm
In my mod, I've got a few things that play death animations but don't kill you, such as the Astral Projection beacon ability and dart rifle, which tranquilizes you.
Currently, both effects are limited to 3-4 seconds, because that's how long the death animation takes, and then the player stands back up. I'm using playNextAnim(%this);
Does anyone know of a better method of playing death animations that will make the player lie down until instructed otherwise?
Currently, both effects are limited to 3-4 seconds, because that's how long the death animation takes, and then the player stands back up. I'm using playNextAnim(%this);
Does anyone know of a better method of playing death animations that will make the player lie down until instructed otherwise?