Hey its me again, just been reading more about srl scripting and im just trying to get my head around the basics. here is what i am trying to do (this isnt usefull just yet im just using it as an exorsise)
SCAR Code:program TestingMouseMovmentsandClicking;
Begin
MoveMouse(541, 187);
ClickMouse(541, 187, left);
end.
Now when i run this with just the "MoveMouse(541, 187);" it moves the mouse over the attack icon. But when i add "ClickMouse(541, 187, left);
" this it should click on the attack icon, but instead it gives me this error: Line 6: [Error] (6:21): Unknown identifier 'left' in script
Little bit of help guys?


Reply With Quote










