Frictional Games Forum (read-only)

Full Version: How To Set A Checkpoint In An Area You Haven't Been?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to know how to set up a checkpoint script to put you in another level after you die. How do I set this checkpoint exactly where I want it in another level? Does anyone know?
I think you're thinking this through wrong. It's ChangeMap that allows you to specify the PlayerStart area.
So I need to somehow initiate an insta-function of ChangeMap when the player dies?
(04-07-2012, 07:31 PM)Strembitsky Wrote: [ -> ]So I need to somehow initiate an insta-function of ChangeMap when the player dies?

In the CheckPoint callback call ChangeMap.
Okay, thanks.