SCAR Code:
procedure Health;
begin
If (GetHp <= LogoutNow) Then begin
RunAwayDirection(RunAwayDir);
Logout;
Writeln('HP Got Too Low, You Were Logged Out!');
NextPlayer(True);
LoginPlayer;
end;
end;
Do you realise that will keep the player active? It will log him back in again eventually and he'll die.
SCAR Code:
//E-Mail Me Errors And Ideas At [email]sukomabawls@gmail.com[/email]
//I Love To see Progress Reports!
//You May Use This Freely But Give Sukomabawls And [url]www.SRL-Forums.com[/url] Credit
The script doesn't have a progress report procedure...
SCAR Code:
RunAwayDir = 'N';//Direction to run
clickr = false;// Keep This False
If it's supposed to be kept false, why do you put it in the Constants?
Your password's in the script. I've changed it. Check your private messages.