Simba Code:
{*******************************************************************************
procedure MMouse(x, y, rx, ry: integer);
By: Benland100
Laptop Movement by Hobbit with help from nielsie95!
Description: Moves the mouse.
*******************************************************************************}
{*******************************************************************************
procedure Mouse(mousex, mousey, ranx, rany: Integer; left: Boolean);
By: Mutant Squirrle, with a small fix by hy71194
Description: Moves then clicks mouse.
*******************************************************************************}
rx/ry and ranx/rany are an additional random amount to move the mouse
Those are the functions most people use to move or click the mouse, but there's others. (check out core/Mouse.scar)
I would think that would be the functions you were using in SCAR too, assuming you were using SRL..
sorry don't know about the second question