Jump to content

Home

NPC spawning


Farnsworth

Recommended Posts

yeah an npc_spawner give it a targetname and a npc_target for its npc. Make the npc_target the same as the targetname so when the npc dies it fires its target which is its self causing the spawner to make another npc. Make sure you have something else like an info_player_start or whatever to start it off because you need something to start this loop thing.You could use a script which is better for MP so everytime someone dies and spawns again and uses the info_player_start the npc doesnt spawn.

Link to comment
Share on other sites

stride this is for an mp map

what he means is you need a trigger orsomething to spawn the first npc because its only set to trigger the npc when one of the npcs dies

you could always set up a one time npc thing for example 'NPC_dessan' or whatever and link that to the spawner so when that one dies it fires the npc_spawner

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...