Log in

View Full Version : Droping help.



Vinyl Scratch
02-04-2012, 05:28 AM
I'm making a script for SRL, and I can't figure out how to drop. I keep getting "[Error] (142:36): Type mismatch at line 141
Compiling failed.

My code that is messing up is : MouseItem (LogPattern[I],False);

lilcmp1
02-04-2012, 05:42 AM
I'm making a script for SRL, and I can't figure out how to drop. I keep getting "[Error] (142:36): Type mismatch at line 141
Compiling failed.

My code that is messing up is : MouseItem (LogPattern[I],False);

I had the exact same problem ^.^ try mouse_right instead of false. Using yohojo's tut maybe? :P

Vinyl Scratch
02-04-2012, 04:20 PM
Yeah, Used YoHoJo's Tut. Thanks, I couldn't get it to compile, but it does now.


+1

masterBB
02-04-2012, 04:52 PM
I believe all the mouse functions now use numbers so middle mouse buttons etc are also supported.