Perfectly positioning an object
Before I go and redesign this thing from scratch, is there a better way I could push the cube into the right position?
Of course, you wouldn't want the first cube to push the spawned cube out of place, so you might need to put in a tiny delay.
Marise wrote:
If you try those suggestions and they don't work, here is my idea... Set up a point_template that spawns a cube in the exact spot you want.
I think if you are going to do it this way, use a trigger_teleport or a point_teleport with its' destination to an info_target. You won't need to spawn or delete the cube, it will just move when it is inside the trigger / when it is triggered.
Make sure to tick the 'Physics Object' flag and de-tick the 'Clients' flag / use a filter so then only the cube is teleported.