Currently working on an A/D stage where one of the points features a dynamic platform (the point is not on the platform itself though). Right now it's just a move_linear, but maybe it'll need to be upgraded to a tracktrain, we'll see. Either way, the way I need it to work is as follows:
What would be the simplest logic/vscript setup to make this work? Thanks.
- If only BLU is on the point, the crane moves forward from its starting point.
- If both teams are on the point (aka, RED is blocking the cap), the crane stops in place.
- If BLU isn't on the point at all, the crane moves back to its starting point.
- Once the point is capped, the crane moves to its end point on its own and stays there permanently.
What would be the simplest logic/vscript setup to make this work? Thanks.