Jump to content

Home

objects that you can push/pull


WP RaVeN

Recommended Posts

Could somebody please answer me? All I want to know is how to make a brush that you can pull/push...like the ones they have in the Jedi Training Grounds, when you have to pull a stone from the wall so you can stand on it to reach the platform above...=P its for multiplayer btw

 

Thx

Link to comment
Share on other sites

Well, a func_door entity gives you an option ("force_activate" flag, and possibly also "toggle" flag in addition to that - haven't tried it though) to make an entity that moves between two locations (the door open/closed positions), whenever you use either push or pull at it.

 

Func_static and a script gives a lot more possibilities because you can actually control if the player should use push or pull. Such a script that would control the brush itself to move is so simple thing to make (any elevator script is 100% analogous in practice) that I don't bother to explain it here.

 

EDIT: Added some additional information maybe needed

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...