yanix
12-27-2007, 11:30 AM
So.. i saw in some NeXus scripts that the scripts looked like this..
program w/e
repeat
procedure lol;
begin
startup;
mine:
drop;
saysomething;
mine;
drop;
logout;
end;
Begin
lol;
End.
Dont reply and say u forgot the includes and other stuff this was just an example.. but anyways, the scipt looked like that and then below all the code there was the procedures called like startup; and in that procedure it said what to do.. so is it possible to do something like this with scar?
program w/e
repeat
procedure lol;
begin
startup;
mine:
drop;
saysomething;
mine;
drop;
logout;
end;
Begin
lol;
End.
Dont reply and say u forgot the includes and other stuff this was just an example.. but anyways, the scipt looked like that and then below all the code there was the procedures called like startup; and in that procedure it said what to do.. so is it possible to do something like this with scar?