Playable characters don't respawn

Is there any way of making playable characters respawn when they fall down bottomless pits whilst with infinite energy? This isn't a major problem, as in games with a lot of dangerous bottomless pits I can always increase the character's health, but it's still irritating.
 
There are two ways:
1. Use script to return lost life from falling to hole and deduct health upon respawning like I've shown in Map template. If there isn't enough health left the script won't be run, IOW let the life be lost.
2. Use script to detect falling to hole and teleport player to last checkpoint if player had fallen to a hole like I've done in Langit Lands. The one in that game costs 10 HP per fall but it's not mandatory. Just like #1, if there isn't enough health left, the script won't be run.
 
Back
Top Bottom