| Variables allow you to allocate a value or something into memory. So that you can use it for future references or triggers.
I would put all your variable initializations (setting values) into one trigger which runs when the same starts.
Yeah, that's what you do for the movement. In your previous statement, you kept overwriting commands over 1 millisecond. |