This wont work.. says Line 8: [Error] (8:1): Unknown identifier 'MMouse' in script
Code:MMouse(582,229,10,10)
This wont work.. says Line 8: [Error] (8:1): Unknown identifier 'MMouse' in script
Code:MMouse(582,229,10,10)
program new;
{.include srl\srl.scar} at the top?
If not post your script and well see
And you're missing a parameter in MMouse -SCAR Code:MMouse(582,229,10,10,true)
Huehuehuehuehue
no thats Mouse(x, y, 2, 2, False);, that has either true or false
This is where something is going wrong.
Invalid number of parameters in script
Code:program New; {.include SRL\SRL.SCAR} begin; MMouse(582,229,10,10,true); Wait(200); Mouse(582,229,15,10,flase); end.
There are currently 1 users browsing this thread. (0 members and 1 guests)