-
No1's Power Wood Cutter
This is my first attempt at writing a script for scar, so be kind. I think its amazing the level of scripting you see on these forums, but i thought to myself 'hey, they've all gotta start somewhere' so i made this Wood cutter.
Any tips or constructive critiscism is welcome.
-
It's fine for a starter script,
a little more standards
also
if (FindColorSpiralTolerance(ax, ay, 8324324, MSX1, MSY1, MSX2, MSY2, 5) then
should be
if FindColorSpiralTolerance(ax, ay, 89342321, MSX1, MSY1, MSX2, MSY2, 5) then
note that variabels inputted is not of importance..
-
Oh yeah, thanks man i hadnt noticed that.