Did it get taken out of the include?
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols
Problem solved!Simba Code:function GetTimeFromMark(t: integer):integer;
begin
result := GetSystemTime - t;
end;
procedure MarkTime(var t);
begin
t := GetSystemTime;
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)