rs_getuptextat(8,8) isn't working. I already have the latest SRL and 3.23 Scar. All of the characters also updated. What should I do? (Count Colors will not work because there is a similar object that has the same color as that)
rs_getuptextat(8,8) isn't working. I already have the latest SRL and 3.23 Scar. All of the characters also updated. What should I do? (Count Colors will not work because there is a similar object that has the same color as that)
Formerly known as Cut em2 it
its over.
you should probably use RS_GetUpText not getuptextat, but I cant remember to tell you the truth. Do you have dev SVN?
“Ignorance, the root and the stem of every evil.”
for SRL or SCAR?
Formerly known as Cut em2 it
Well i have it for SRL, SCAR has one? Is it subversion?
Formerly known as Cut em2 it
I just got it and tested it. It's still not working.
E: its 3.23 btw
Last edited by Raskolnikov; 01-15-2010 at 02:38 AM.
Formerly known as Cut em2 it
UpText is up and working for me .
Using Dev SVN ~ Tortous.
3.23 Scar.
Don't Troll, Don't Fight, Just keep the Respect
Status : Offline
Feel free to re-make my scripts ;D
Community Member
SCAR Code:function MMouseIsText(x, y, ranx, rany: integer; UpText:string): boolean;
begin
if not LoggedIn then Exit;
Wait(50+random(20));
MMouse(x, y, ranx, rany);
Wait(300+random(10));
if rs_getuptext = UpText then
Result := True;
end;
Here is what I am using for uptext. What is going on?!
Formerly known as Cut em2 it
Oh good thanks icefire it works now. Thanks everyone!
Formerly known as Cut em2 it
There are currently 1 users browsing this thread. (0 members and 1 guests)