Hey guys so I am trying to add integers to a mouse position.
For Example:
Simba Code:GetMousePos(x,y);
MoveMouse(x+20,y);
How can I actually do this lol
Thanks!
Hey guys so I am trying to add integers to a mouse position.
For Example:
Simba Code:GetMousePos(x,y);
MoveMouse(x+20,y);
How can I actually do this lol
Thanks!
MMouse(x, y, 20, 20);
Edit: Sorry.. once i posted i realised you are a JRL.. This isn't what you are asking.. lol.
I dont see a reason why u cant do x+20 like u did above.
Edit: but if u really cant... just use an integer variable to hold the value of x+20, then use that variable instead
lol yeah, I realized that what I wrote works fine...I'm an idiot. Thanks guys!
There are currently 1 users browsing this thread. (0 members and 1 guests)