Page 1 of 1
Respawn point for a pawn
Posted: Sat Nov 20, 2010 2:19 am
by Dingalling
how do i make it so after i kill an enemy it spawns again, cuz i wanna make a survival level -Thanks
Re: Respawn point for a pawn
Posted: Sat Nov 20, 2010 2:06 pm
by jamieo01
Hi I don't think that you can set pawns to respawn. I might be wrong
Re: Respawn point for a pawn
Posted: Sat Nov 20, 2010 2:23 pm
by QuestOfDreams
The respawning of a Pawn must be defined through its script.
Basically, instead of removing the Pawn from the level (which is usually done when it dies), you need to reset its health attribute, move it to the place where it should respawn and make it visible again in case it was faded out.
See for example:
viewtopic.php?f=8&t=3307&start=0&hilit=respawn
Re: Respawn point for a pawn
Posted: Thu Nov 25, 2010 3:40 pm
by Dingalling
i used the info. in the forum but when i made the pawn respawn my bullets passed straight through the pawn could any one tell me why?