in scar 2.03 i know theres a procedure like isuptext2 or something but i forgot it help plz I NEED THE YELLOW TEXT PLZ


in scar 2.03 i know theres a procedure like isuptext2 or something but i forgot it help plz I NEED THE YELLOW TEXT PLZ



IsUpText with Srl?


in srl theres a procedure tht searches for the yellow up text
Untested but should work
SCAR Code:function IsUpTextYellow(UpText: String): Boolean;
//Credits Masquerader for making the original "IsUpText"
var
tempx, tempy: Integer;
begin
if (IsTextInAreaEx(7, 7, 334, 50, tempx, tempy, UpText, 15, upchars, True,
True, 0, 2, 50372)) then
Result := True;
end;


ty
There are currently 1 users browsing this thread. (0 members and 1 guests)