Hey,
i got a problem with MarkTime and TimeFromMark...
What i want to do: if Button X is pressed the counter should start. Next time x needed to be pressed it should check if timer is running for more then 5 seconds (cooldown). and after that it should reset the timer to 0. heres what i got:
Simba Code:begin
MarkTimer(t);
If (TimeFromMark(t) > 5000) Then
begin
SendKeys('1', 100, 30);
t:= 0;
end else
Wait(50);
end;
Thanks![]()


Reply With Quote





just want to know how exactly MarkFromTime and TimeMark works and how i can reset it :/


my bad.




