i am workin on a script that opens up a script for me and sets it up. is there any way to drag and drop on SCAR? (i need it for the client window thing)
i am workin on a script that opens up a script for me and sets it up. is there any way to drag and drop on SCAR? (i need it for the client window thing)
SCAR Code:Procedure Drag(Fx, Fy, Tx, Ty: Integer);
Begin
MMouse(Fx, Fy, 0, 0);
Wait(100 + Random(10));
HoldMouse(Fx, Fy, True);
MMouse(Tx, Ty, 0, 0);
ReleaseMouse(Tx, Ty, True);
End;
Made It Quick...
Use:
SCAR Code:Drag(100, 100, 200, 200);
Drags 100, 100 To 200, 200
ok cool thanks
EDIT: does this only work in the rs window? im using it to open a script not to auto....
EDIT2:nvm....
There are currently 1 users browsing this thread. (0 members and 1 guests)