I'm trying to kill chickens, so I'm wondering what the best fighting procedure or function would be to use.
Here's what I'm using atm, and it just seems like it could easily screw up.
SCAR Code:begin
if (not(LoggedIn)) then nextplayer(false)
AttackMonster(ChickenColor1, ChickenColor2, ChickenColor3,
'chicken', 30);
end;
So should I just try to make my own function or is there a good one I can use. And that procedure isn't totally finished, I'm just wondering whether or not to use the AttackMonster function. I think the colors should be fairly accurate, since I'm using the gobblers on the chickens for colors, rather than the brown or beige on them. Seemed like I'd be able to attack both that way, and it wouldn't get mixed up with the other colors in the enviornment, as there aren't too many reds in the area.




Reply With Quote






I need to learn more of the color-finding functions.


~RAM


