Frictional Games Forum (read-only)
Checkpoints?!?!?!?! - 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: Checkpoints?!?!?!?! (/thread-9597.html)



Checkpoints?!?!?!?! - simblarosh - 08-04-2011

Hi I am having a hard time getting my checkpoints to work....can someone please give me an example script?

I have a area that activates the check point and the playerstartarea is all typed right. An example would greatly help.


RE: Checkpoints?!?!?!?! - Tanshaydar - 08-04-2011

CheckPoint("checkpoint2","PlayerStartArea_3","", "", "");

checkpoint2 is name of the checkpoint.


RE: Checkpoints?!?!?!?! - simblarosh - 08-05-2011

(08-04-2011, 10:57 PM)Tanshaydar Wrote: CheckPoint("checkpoint2","PlayerStartArea_3","", "", "");

checkpoint2 is name of the checkpoint.

yea i'e done that a million times but it always spawns me back at my first start point



RE: Checkpoints?!?!?!?! - Your Computer - 08-05-2011

(08-05-2011, 02:06 AM)simblarosh Wrote: yea i'e done that a million times but it always spawns me back at my first start point
Are you sure it is being called, then? Do you have any other CheckPoint()s in your script? How many PlayerStart areas do you have?