Hi,
I have a warehouse model with two doors going from the docks into the warehouse. Right now the doors are just openings into the area which is otherwise walled off by A* dividers.
I'd like the doors to be more intelligent. I'd like there to be some kind of actual door object that opens when the transporter is close to it, and closes when no task executor is near by. I'd like it to take a few seconds to open and close, during which time the task executer must wait.
But I'd also like the navigation system to know that it is a door and not an obstruction, and plot the task executors course to use one of the doors.
What's the best way to approach this?
Thanks!
Martin