is there such a way to do that , where u can somehow create a trigger heal, like activate a brush or wtvr that when tiggered it heals you..
  
 
  
  
    That only works in SP ;)
 trigger_multible -> something (I don't remember again :/)
  
 
  
  
    it can be done in MP i just don't know how sorry, but i know it can be done cos you can do it on 'the sith counsil' map. but it can be done:)
  
 
  
  
    No.. it can only be done in SP and it's done by making a trigger_hurt with a dmg level of -1.
  
 
  
  
    Yeah -1 is falling death, in MP only though. In SP -1 does give health, but it goes directly to shield not health. Select no_protection and it might add health.
  
 
  
  
    dont they use triggur_hurt -1 for falling death in SP? it has bottomless pits too :s what about target_give that work in SP ?
  
 
  
  
    Originally posted by bael1
 it can be done in MP i just don't know how sorry, but i know it can be done cos you can do it on 'the sith counsil' map. but it can be done:)
 
 lol, that's definitely falling in death :P
 
 Originally posted by acdcfanbill
 dont they use triggur_hurt -1 for falling death in SP? it has bottomless pits too :s what about target_give that work in SP ?
 
 Yes, that was it - target_give! =)
 But that works like a Cheat, so you can only do it in SP-Mode!
  
 
  
  
    try a spawning medikit or something thats fired by the trigger so when the player walks into the trigger the medikit spawns and they instantly pick it up
  
 
  
  
    and give it a count of 100 so that it immediately gives 100 hp (full health) to the player.