Author Topic: How do you make a trap door triggered by..  (Read 1043 times)

kakarot

  • Stingray
  • Posts: 52
How do you make a trap door triggered by..
« on: May 27, 2013, 04:16:20 PM »
Ok so, i want to make a trap door triggered by a button that you can shoot.. but I'm not sure how, help me out?

kakarot

  • Stingray
  • Posts: 52
Re: How do you make a trap door triggered by..
« Reply #1 on: May 27, 2013, 04:28:54 PM »
Also, how can you make something not an entity, such as.. how do you make a func_train not a func_train. I didn't mean to double post sorry :/

TRION

  • 68 Carbine
  • Posts: 290
Re: How do you make a trap door triggered by..
« Reply #2 on: May 27, 2013, 08:18:58 PM »
Button::Make a small brush and with that button selected...press e and make the brush a func_button.
Now put a value in the entity properties window "health"-"1". That means it needs to be shot to work.Now lets work on trapdoor.
Well ur idea is not good as someone may shoot the button from far away... and the trapdoor gets a waste for high r_speeds. so according to me don't put health value. It is on ur choice as u r mapper.Add "target"-"trap1"
TrapDoor:Well now make another brush which you have to use as func_train and then in entity make the brush a func_train.
now add these properties:
"speed"-"400" (because it is a trap so it must be fast)
"dmg"-"0" (because the person may die before falling if 1 or 2 is set)
"targetname"-"trap1"
Now add 2 path corners where the train would move and come back to where it was. Hence,
DOne..... xA