Mr Love
Quote: "f there are some move sideways commando? Can You use strafeleft and right?"
I just love it when you say "commando", I think it's awesome

Anyway, the answer is Yes! You should have the Syntax list,
look for the "commands".... " choosestrafe" - This randomly sets the entity to strafe left or right
and also "strafe=x" - This makes the character move in a direction defined by X, where X
is the rotation angle of the character. X = -360 to 360
A positive number make it move to the right, and a negative moves it to the left.
Use together with an animation so the character doesn't just "move/slide" left or right.
Example...
:state=5:setframe=4,state=6
:state=6:incframe=4,strafe=90,rotatetoplr
:state=6,frameatend=4:state=1,animate=1
If you use "strafe=-90" make it move in the opposite direction.
Hope that helps you understand

Note: remember to keep scripts questions in the script forum next time

best
My games never have bugs. They just develop random features..
Lots and lots of random features...