Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Respawning NPC's

Page: 1 of 1
 Zemor
07-08-2004, 8:08 AM
#1
I have been searching many forums to find answers to this, I have found some, but the question was never answered. Does someone know, how to make a NPC respawn in MP? Not a vehicle, but creatures like wampas, rancors and so on. Does it require scripting, or can I set the options in Radiant?
 *Dark
07-08-2004, 1:37 PM
#2
i have answered this question many times. the difference between a vehicle and a normal npc does not matter when you are trying to make it respawn.

NPC:
npc_target: npc_1_de
targetname: npc_1


target_delay:
target: npc_1
wait: 10
targetname: npc_1_de


trigger_always:
target: npc_1_de
Page: 1 of 1