Player positional objects


(Womprat) #1

I’m working on a map where I want to have an object that a player can place within a certain area of the map. It also needs to be able face north-south or east-west. Now I’ve got a couple of ideas on how to do this, but none seem like they would work well.

Idea one: escortable vehicle that goes back and forth over the area
Idea two: many, many constructables
Idea three: replace the chair model and have the player push it around.

The first would be a pain for the player, but might work. The second might start hitting entity limits or some other limits. And the third would be destroyed by a few bullets and I want something considerably stronger.

So, um anyone got any ideas?