Skull Kingz
Active member
Ok, so I've been following this thread here... Everything is working and my level is restarting after I die. But for some reason, my fall and death animation will not play. It just instantly cuts as soon as I die. I included a video below.
Here's my ondeathscript animation
Also, I have falldie 2 & nodieblink 3 in my characters header. Any suggestions on how to get this to play before the level restarts?
Here's my ondeathscript animation
Code:
void main(){
//Restart current branch
int branch = openborvariant("current_branch");
jumptobranch(branch, 1);
}
Also, I have falldie 2 & nodieblink 3 in my characters header. Any suggestions on how to get this to play before the level restarts?