I made two maps that have respawning ships in them.
I used a NPC_Spawner, renamed it to NPC_Vehicle, and put down the same stuff as in a respawning NPC Vehicle except for targetname, which I used target as the key. The I made a NPC_Vehicle and added the same info, BUT added targetname.
The two have a red line going between them. Now, when I enter the map, the NPC_Vehicle respawns, but not the NPC_Spawner. That dosnt bug me. What bugs me, is if I kill myself to much (like -5 points, and crash some ships, the map will freeze for 4 secs, then quit to the main menu with the message: Error, Ran out of Vehicle Pool slots. What does this mean and what can I do to prevent this?
That's not a good way of respawning vehicles. Use scripting instead.
Click for tutorial (
http://www2.ravensoft.com/users/mmajernik/misctuts/respawningvehicles.htm)