Frictional Games Forum (read-only)
How To Set A Checkpoint In An Area You Haven't Been? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: How To Set A Checkpoint In An Area You Haven't Been? (/thread-14593.html)



How To Set A Checkpoint In An Area You Haven't Been? - Strembitsky - 04-07-2012

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?


RE: How To Set A Checkpoint In An Area You Haven't Been? - Your Computer - 04-07-2012

I think you're thinking this through wrong. It's ChangeMap that allows you to specify the PlayerStart area.


RE: How To Set A Checkpoint In An Area You Haven't Been? - Strembitsky - 04-07-2012

So I need to somehow initiate an insta-function of ChangeMap when the player dies?


RE: How To Set A Checkpoint In An Area You Haven't Been? - Your Computer - 04-07-2012

(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.


RE: How To Set A Checkpoint In An Area You Haven't Been? - Strembitsky - 04-07-2012

Okay, thanks.