Frictional Games Forum (read-only)

Full Version: Checkpoints?!?!?!?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
CheckPoint("checkpoint2","PlayerStartArea_3","", "", "");

checkpoint2 is name of the checkpoint.
(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
(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?