
Originally Posted by
006786
Ents don't kill people :\
When I DO die, it's from failure to run away.
Uh, yes. I know.
Which means his Ent function is not working correctly.
Are you trying to start a flame war or something?
D1zl3 understands what I'm saying. And please don't post if it is not irrelvent to the topic.
@Topic: I'll run it again tonight, I can afford the dying its not like I'm losing much. Give you a proggy in the morning.
EDIT: I think I solved your problem. You have the if FindFight in the Procedure of the AntiRandoms. Now shouldn't that be placed in with the procedure of chopping willows?
Line 89-100
SCAR Code:
procedure AntiRandoms;
begin
FindTalk;
if FindNormalRandoms then
FindLamp('woodcutting');
if FindFight then
begin
RunAway('E', True, 1, 5000);
Wait(10000+random(2000));
Inc(AntiRandomz);
end;
end;