PDA

View Full Version : Help with Power cutter!@



wtf i sp4nk
12-16-2006, 02:14 PM
Problem fixed thnx

Pentti
12-16-2006, 02:47 PM
begin
SetUpSRL;
SetTimeOut(progress * 60,'ProgressReport');
DeclarePlayers;
NickNameBMP := CreateBitmapMaskFromText(Players[CurrentPlayer].Nick, UpChars);
activateclient;
If Not(loggedin) Then
LoginPlayer;
If (LoggedIn) Then
Begin
Repeat
Repeat
cuttree;
until(Invfull)
dropit;
ProgressReport;
Until(TreesToCut >= TreesCut)
if (TreesToCut >= TreesCut) Then
Begin
ProgressReport;
Writeln('Logging on to next player...')
Logout;
NextPlayer(False);
End; //This.
end;
End.
You are missing one End;

Hey321
12-17-2006, 02:16 AM
Good job! Just one suggestion. Don't forget to bring Name a PW out of the script before you post it ;).