I have 2 saw traps and they both move vertically at the same time. but I need when one is going upwards the other one is going down, I tried to use the toggle direction event but it just froze. any ideas?
(The code I was trying to use with the toggle direction event)
If you have only 2
You can try check if saw.X < saw,X
And so this will tell you which saw is on the left
If it works then you can in action apply something for that saw
And then do saw.X > saw.X and apply opposite thing in action for right saw
I tried to do that; I think. I’m not sure if this is what u meant exactly but it just made it move the same exact time right next each other unfortunately.