Is there any way to reliably synchronize the movement of 2 objects?
Currently I have been trying to have one of the two objects to be synchronized, message a third object, which sleeps a bit and then sends a llRegionSay() message that the two objects listen for, and move. Unfortunately the two objects synchronize sometimes, but not others. Sometimes object 1 receives the message first (by ~1 second, based on printing llGetUnixTime), sometimes object 2.