Jump to content

Home

Respawning NPC's


Zemor

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...