C&C Tiberian Sun has no keys to scroll map. Only RButton + MouseMove or edge scrolling. It is not comfortable.
Help me please make a script that will [hold down the right mouse button and move the mouse to the left] while button [a] is pressed. I need an example.
I tried the script myself, but it's terrible and moves jerkily.
Code: Select all
Send "{RButton down}"
Sleep(15)
MouseMove -1000, 0, 0, "R"
Send "{RButton up}"
Sleep(15)