I need help with an odd glitch. Simply enough, in Forge I have two items set to move on message received, they have the same script, one moves to the point it's supposed to and the other keeps going and going and gone... On message received <alpha> Move offset Z: -124 Local: off Time 16.00 Condition interupt <off> They're for initial spawn elevators at the beginning of the match. The elevators are copied and pasted, they are the exact same thing, blue team stops and red team phases to the floor. What am I missing?
movement is glitchy... I strongly suggest using the method of placing an invis (vehicle) blocker precisely where you wish the other objects to move to. (use vehicle blocker if there's no way a vehicle can/should be there) label the blocker (1 for reach lift, labelled differently) instead of triggering the objects to move x units, set them to move to target (add label, aforementioned label) To move it back, set it to reset position (probably what you're already doing) I do not know why your moveent script is glitching in this way, but the above method will prevent it from happening again Good luck,