Ok i have this part of the script where it is supposed to select the option 'chop' for it to chop down the willow..
SCAR Code:Mouse(x,y,0,0,false);
if(IsUpText('Chop'))then
Wait(5000 + (random(150)));
ChooseOption('Chop')
like that.
But i get this ugly runtime error before it clicks chop!
It says...[Runtime Error] : Exception: Access violation at address 006D3B83 in module 'scar.exe'. Read of address 00000000 in line 302 in script C:\Users\owner\Desktop\SRL/SRL/Core/Text.scar
Line 302 of Text.scar is ...I don't see what is wrong, do you?SCAR Code:S := CreateBitmapMaskFromText(txt, font);![]()




Reply With Quote









