Ive been looking in srl for awhile i think i have seen it before....
but the procedure that recognizes if you level up and clicks the okay to continue.
Ive been looking in srl for awhile i think i have seen it before....
but the procedure that recognizes if you level up and clicks the okay to continue.
AKA http://i105.photobucket.com/albums/m...uceSigcopy.jpg
I am a SCAR//SRL newb and i am willing to become better =) reading my tut's day by day.
No, there is not. ClickToContinue(False, False) returns in there is the text "Please click to continue" in the chatbox.
i made one awhile ago. if you searched on here you probably would of found them.
heres the simplest one:
SCAR Code:Function Level:boolean;
begin
Result:=(GetColor(213, 386)=8388608)
if (result) then
begin
clicktocontinue;
wait(2000)
clicktocontinue;
WriteLn('******** LEVEL UP ********');
WriteFileString(TheFile, '******** LEVEL UP ********' + Chr(13))
end;
end;
edit: also if you want to know what level just levelled up, search for two level functions
There are currently 1 users browsing this thread. (0 members and 1 guests)