Im getting this Runtime error.
SCAR Code:
[Runtime Error] : Exception: Canvas does not allow drawing in line 280 in script C:\Program Files\SCAR 3.22\includes\SRL\SRL\Core\Text.scar
I got it after the UpText Updated =.../.
SCAR Code:
{*******************************************************************************
function GetUpText: String;
By: Freddy1990
Description: Returns text in upperleft corner.
*******************************************************************************}
function GetUpText: string;
begin
{$IFDEF SCAR322_UP}
Result := rs_GetUpText;
{$ELSE}
Result := rs_GetUpTextAt(8, 8, 25);
{$ENDIF}
end;
Line 280 is
Also, is the Uptext fully functional? It works like 20% of the time with WaitUpText('ocks', 600+Random(200));