[Error] C:\Simba\Includes\P07Include.simba(57:51): Invalid number of parameters at line 56
Line: 56 Mouse(RandomRange(X1,X2),RandomRange(Y1,Y2),0,0)
[Error] C:\Simba\Includes\P07Include.simba(57:51): Invalid number of parameters at line 56
Line: 56 Mouse(RandomRange(X1,X2),RandomRange(Y1,Y2),0,0)
This shouldn't be in the programming section. But to answer your question, you forgot the click type:
Simba Code:{ Mouse(mousex, mousey, ranx, rany: Integer; button: Variant); }
Mouse(RandomRange(X1, X2),RandomRange(Y1, Y2), 0, 0, True); //Left click
Mouse(RandomRange(X1, X2),RandomRange(Y1, Y2), 0, 0, False); //Right click
Now it's giving me that Q.Q [Error] C:\Simba\Includes\P07Include.simba(58:1): Unknown identifier 'Mouse' at line 57
Mouse(RandomRange(X1, X2),RandomRange(Y1, Y2), 0, 0, True); //Left click
Mouse(RandomRange(X1, X2),RandomRange(Y1, Y2), 0, 0, False); //Right click
There are currently 1 users browsing this thread. (0 members and 1 guests)