Jump to content

func_door with several buttons at the same time


afi

Recommended Posts

Posted

Hi, is it possible to make a door (or a trigger) that only gets activated when you press several buttons at the same time?

Or at least after several buttons were pressed?

Posted

Yep. At least for the second option you can target the buttons to a target_counter, which in turn will activate the door once the count is reached. Not sure how to go about the first one, though.

  • 2 weeks later...
Posted

Scripting is super easy. It's the easiest way.

 

A long time ago, someone suggested to me to use a shooter (I forget the entity's name....target_shooter? Misc_shooter).

 

How it works is, you hide the shooter off in an inaccessible area of the map, and aim it at another entity a short distance away (I think it was a damage-activated func_door). Then, put several func_doors in the way of the blaster fire, and connect them to your buttons. Voila, conditional door without a script.

afi likes this

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...