Frictional Games Forum (read-only)

Full Version: Multiple Checkpoints in one map?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
G'day,
Is it possible to have more than one checkpoint through a map? I have the feeling I've seen it somewhere through TDD but that may just be me. My apologies for my stupidity if so.
I have attempted this before in one of my previous custom stories and it didnt work, it only continued using the first checkpoint in the map.
For my newest custom story it is crucial that I have multiple checkpoints on a particular map since theres multiple different events happening and if you die from say the 2nd event, you'll be taken to the first event which, obviously isn't good.
How would I go about this?

Cheers!
The latest one you add should remain as the current checkpoint. If you for example have two collision areas calling CheckPoint() in different parts of the map, you should respawn at the one you last touched. Perhaps something went wrong when you did this in the past, like having it accidentally call the first checkpoint more times than intended.

Try adding debug messages if it doesn't work out for you. They really help pinpointing the issue.