AngelSL Posted June 5, 2007 Posted June 5, 2007 How do I specify 2 arguments for a parameter? Eg. SplashImageOn("AngelSL's Autoclicker", $splash, 302, 172, -1, -1, 1) But I want the last parameter to be 1 AND 16. How?
poisonkiller Posted June 5, 2007 Posted June 5, 2007 Try: SplashImageOn("AngelSL's Autoclicker", $splash, 302, 172, -1, -1, 1 + 16)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now