Question 1
how do i make a script repeat until time passed=10 minutes?
I just don't get the MarkTime function.
Question 2
How do i make my script detect randoms like sandwichlady or evil chicken?
Question 3
Any hints how to avoid randoms?
Question 1
how do i make a script repeat until time passed=10 minutes?
I just don't get the MarkTime function.
Question 2
How do i make my script detect randoms like sandwichlady or evil chicken?
Question 3
Any hints how to avoid randoms?
1: I don't know
2:SCAR Code:FindNormalRandoms
and
if FindFight then
3:SCAR Code:FindNormalRandoms
<3
Originally Posted by Eminem
1:SCAR Code:Marktime(Wait);
Repeat
Wait(100);//1 tenth of a second or 100 milliseconds..
until Wait >= 10000 //waits until time from the mark(wait) is = to or greater than 10 seconds.
2: FindNormalRandoms;
3: Look in your Anti-Ban folder.
Current Project: All In 1 Falador Script - 20% DONE
SCAR Code:procedure Example;
Var
I: Integer;
begin
I := 0;
Repeat
//Code
Inc(I);
until (I >= 10)
end;
~Hermen
if he add's:
wait(100);
It will run some code 10 times with a wait of 100 between it xD
~Hermen
SCAR Code:Procedure Example;
var
Timer:Integer;
Begin
MarkTime(Timer);
Repeat
//Code
Wait(Every????Seconds);
until (TimeFromMark > 60000 * 10) or (Statement = true/false) //this Statement is NOT needed
End;
~Hermen
There are currently 1 users browsing this thread. (0 members and 1 guests)