Author Topic: Help! How do I turn off a trigger_hurt entity?  (Read 1019 times)

Narga

  • 68 Carbine
  • Posts: 401
Help! How do I turn off a trigger_hurt entity?
« on: June 02, 2011, 09:15:23 PM »
How do I make it so if the player touches one entity, it turns off a trigger_hurt entity.

Rick

  • Map Committee
  • Autococker
  • Posts: 2190
Re: Help! How do I turn off a trigger_hurt entity?
« Reply #1 on: June 02, 2011, 09:37:48 PM »
You might be able to find something about that on Rust. (A website). But I don't think you can turn off a trigger hurt...

Chef-Killer

  • Moderator
  • Autococker
  • Posts: 1312
Re: Help! How do I turn off a trigger_hurt entity?
« Reply #2 on: June 03, 2011, 07:27:19 AM »
What entity should be touched? A func_button? You need to combine the 2 entities with "target" "###" and "targetname" "###".  If you use the spawnflag 2 (toggle) for the trigger_hurt now, it will be turned off and on with each trigger event.