Page 1 of 1

Scripted Pawn Problem, Help Please!!!!!!!!

Posted: Fri Dec 24, 2010 7:51 pm
by Paintball Ninja
My Scripted Pawn will not load

When I try to use my scripted pawn it crashes and when I use the player start entity, it just uses the pre-set players.
Is there an entity I need to use other than a pawn entity?


Could someone please help me?????

Re: Scripted Pawn Problem, Help Please!!!!!!!!

Posted: Mon Dec 27, 2010 10:31 am
by QuestOfDreams
In short: All levels require a PlayerSetup and PlayerStart entity otherwise they will fail to load. If you don't want to use the default player you have to hide it and transfer the controls to a pawn.

Re: Scripted Pawn Problem, Help Please!!!!!!!!

Posted: Fri Jan 14, 2011 8:00 pm
by Paintball Ninja
how do i hide the default player?

Re: Scripted Pawn Problem, Help Please!!!!!!!!

Posted: Fri Jan 14, 2011 8:45 pm
by bernie
Put it in a sealed room that cant be entered in the game.

Re: Scripted Pawn Problem, Help Please!!!!!!!!

Posted: Mon Jan 17, 2011 5:33 pm
by Paintball Ninja
Thank You