Jump to content

Recommended Posts

Posted

Im totally new to scripting but wrote a few simple ones

how would I do a right click and Hold down?

MouseClick("right");Fire
is all I know, did searching in the forums and couldn't find an example

thanks

Posted

Im totally new to scripting but wrote a few simple ones

how would I do a right click and Hold down?

MouseClick("right");Fire
is all I know, did searching in the forums and couldn't find an example

thanks

Perform a mouse down event at the current mouse position.

MouseDown ( "button" )

What are we going to do tonight Brain?Same thing we do every night Pinky try to automate the world.

Posted

Perform a mouse down event at the current mouse position.

MouseDown ( "button" )

hahaha I really feel stupid now, thanks I was trying make harder than it was !!!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...