Page 1 of 1

Change level

Posted: Sun Nov 19, 2006 7:57 am
by LtForce
Can someone tell me what should I write to that StartPointName? I write PlayerStart3(I want player to start there in next level) but nothing happens. Maybe PlayerStart3 isn't entity name? :?

Posted: Sun Nov 19, 2006 8:00 am
by QuestOfDreams
PlayerStart Entity

The szEntityName is used by the ChangeLevel entity to start a level at a named PlayerStart. If it is left blank then that entity will be used as the default start point. The initial level must have a default start point in it.

Posted: Sun Nov 19, 2006 8:06 am
by Juutis
I write PlayerStart3(I want player to start there in next level) but nothing happens
Nothing happens? The level won't change or ...?

Well anyway, the name of a 'PlayerStart' entity is defined in the 'szEntityName' field. Make sure it matches the 'StartPointName' of the 'ChangeLevel' entity in the previous level.

Posted: Sun Nov 19, 2006 9:30 am
by LtForce
The level changes, but the player appears in default start point...

Posted: Sun Nov 19, 2006 10:31 am
by LtForce
I've figured it out! Thanks for fast replies guys :)