SCAR Code:MarkTime(finding);
repeat
Wait(50+random(100))
antiban;
if (TimeFromMark(finding)=<60000) then
begin
writeln('trouble finding'+IntToStr(dtm)+ '>.< exiting script');
LogOut;
TerminateScript;
end;
i was wondering what i need to change with the TimFromMark part of the script so that the script runs smoothly as i have this procedure in other places(no exactly the same) in my script and they seem to work fine
also how does scar work with the less than and greater than symbols, because i though it was 2<5 but scar seems to work as 2>5?
edit: i am also having trouble with this line of my script
'dtm' is the dtm the player states - i'll upload my scriptSCAR Code:until(FindDTM(dtm,x,y,search[1], search[2], search[3], search[4]));
edit: edit: im still haveing type missmatch with this
SCAR Code:until(FindDTM(dtm,x,y,search[0], search[1], search[2], search[3]));


Reply With Quote

, but I think you mean >=.


