I am referring to this here: downloads.php?d=29 I ran this a long time ago when I first created my old main and it worked perfectly, and I tried today and I am getting all kinds of weirds. So I am going to post them here since I might be doing something wrong. So what I did was open the game, click "Start Game" and I was at the screen with all the levels, and then I opened the scar script and it started playing, but on the second stage my green frog died half way and I can't get it to work ever since. It does really weird things {running into walls but keeps moving} and sometimes I keep getting the "sucessfully compiled (something ms)" And uhh..I don't know, it won't play for me Am I suppose to be at the "Start Game" screen or the screen with all the levels? Also I usually just download the script and "run with SCAR" every time i'm at the screen, do I still need to press play or what? EDIT: So I just ran it a few more times and what not {making sure I targeted the SCAR crosshair and that my screens aren't over lapping} and it works, but every single time it screws up on a diff. level. There hasn't been once where it made it through all 19 levels.
Change the code from Code (Text): Begin Clickmouse(498,345,true); Wait(100); Clickmouse(300,240,true); Wait(100); Clickmouse(300,240,true); Wait(100); to Code (Text): Begin Clickmouse(498,345,true); Wait(100); Clickmouse(300,240,true); Wait(5000);