Hi I'm an extremly nooby scripter-wannabe.
After reader a few tutorials on this site I attempted a script that would simply find a tree and click on it:
I managed to get it working, but when I click run SCAR comes up with a form saying:Code:program AutoCut; {.include SRL/SRL.scar} var x, y: Integer; procedure colorfindprocedure; begin if(FindColor(x,y,1581609,252,151,317,186)) then MMouse(x,y,0,0); wait(76+random(39)); Mouse(x,y,0,0,true); end; begin SetupSRL; colorfindprocedure; end.
"Script is trying to access the following file:
C:\SCAR 3.12\ChatLog.txt
Do you want to permit or deny this operation?
Deny
Permit Once
Always Permit
Always permit for this folder"
Which ever option I click, the script continues on to run fine (clicking that tree!), but when I run it again, I get the same message. Is this normal? It's getting a little annoying having to click it all the time...


Reply With Quote









