well i was trying to make a power chopper that will find ents(i believe thats when the tree turns evil) but i have the procedure :
Then if it finds an ent then it performs runawayent;. Which clicks somewhere to stop from chopping. and then auto talk about it but even when there is no ent it always returns true. Why is it doing this?SCAR Code:Procedure EntFinding;
Begin
Status('Find Evil Trees');
If(FindEnt(TreeColor1)) or
(FindEnt(TreeColor2)) or
(FindEnt(TreeColor3)) then
Status('Done Finding Evil Trees!');
RunAwayEnt;
End;




Reply With Quote