here it is
save it as an include
and call it via scrolly(numberoflines);
here it is
save it as an include
and call it via scrolly(numberoflines);
Blank!
Nice its possible to make scrolls
\\Batnas
My first script!!!
http://www.srl-forums.com/forum/show...tupost&t=32388
There are 10 kind of people in the word
-Those who can the binary
-And those who can't
http://www.srl-forums.com/forum/diff...ls-t30279.html
http://www.srl-forums.com/forum/tut-...radial+walking
Nice attempt, try to run this:
SCAR Code:procedure ScrollDebug(Text: TStringArray; WaitBetweenLines, MaxLines: Integer);
var
Textz: Integer;
begin
ClearDebug;
for Textz := 0 to High(Text) do
begin
if Textz >= MaxLines then DeleteDebugLine(0);
WriteLn(Text[Textz]);
Wait(WaitBetweenLines);
end;
end;
begin
ScrollDebug(['line 1', 'line 2', 'line 3', 'line 4', 'line 5', 'line 6',
'line 7', 'line 8', 'line 9', 'line 10', 'line 11', 'line 12', 'line 13',
'line 14', 'line 15', 'line 16', 'line 17'], RandomRange(200, 500), 5);
end.
I made it just for you![]()
Scripts: Varrock Smither! | Fight Caves Runner! | Kebab Buyer! | L.A.M.E. (Outdated)
Tutorials: SRL user-defined procedures | JaGex UID files | Printing your scripts
Applications: StartUp Notepad | SCAR Assistant
Misc: FREE Delphi 7 v2 | Official SRL Graphics
nice only prob with that is i cant understand how it works could you show me
ty
Edit: Nvm i undestand it now needed to brush up my array knowledge =]
Blank!
There are currently 1 users browsing this thread. (0 members and 1 guests)