Good Day!
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.
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code!]
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:
Send "{RButton down}"
Sleep(15)
MouseMove -1000, 0, 0, "R"
Send "{RButton up}"
Sleep(15)
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code!]
Statistics: Posted by Despot Aspid — 33 minutes ago