Ok, I'm trying to get this macro to work, but it won't compile. It gets 1 error and says it doesn't know what #turbo is for. Take the #turbo out, and it gets 3 new errors (typical of programming). Anyhow, I'm not sure what to do. I've tried editing it some but I'm new to this and am pretty lost. I know it's simple for some of you, just know I gave it a shot before asking. Here's the code. It's not mine, it's from another section, but I know it won't compile...
Code: Select all
#turbo
Sub Main
/declare l0 local
:Loop
/sendkey down ctrl
/for l0 1 to 2
/click left gold
/delay 5
/click left target
/delay 5
/next l0
/sendkey up ctrl
/delay 3
/click left npctrade give
/delay 5
/goto :Loop
/return
Thanks for any/all help.