Hey, im gonna be makin a CTF map with 2 sides, that are fighting each other. I mean like 2 huge armies goin at it....don't wanna get too into details. But anyway, I need to know how to make models i downloaded into NPCs....
  
 
  
  
    i was also interested in respawning NPCs... ive been trying the NPC_spawner in GTKRadiant but it doesnt seem to work.
  
 
  
  
    love to know how to do this as well
  
 
  
  
    Actually I think it's mapping, isn't it?
 
 Anyway, zu must give the NPC this:
 KEY: NPC_target
 VALUE: 1
 
 KEY: targetname
 VALUE: 1
 
 
 KEY: delay
 VALUE: *time till the NPCs respawns in seconds*
 
 Then you have to create an Trigger_always and connect it to a target_relay wich is connected to the NPC.
 The target_relay must be:
 KEY: wait
 VALUE: -1
 
 ;)