hey guys, lol this is my first script!. Dosent have randoms but plz try and tell me if this works good:)))
Chops annd drops trees any where:)
Printable View
hey guys, lol this is my first script!. Dosent have randoms but plz try and tell me if this works good:)))
Chops annd drops trees any where:)
Good job, can't test it now.
Few suggestions if you update it in the future
-antirandoms of course
-Make it so it logs out after a certain period of time, in fact, I'll add that right now.
Change const and var to this:
SCAR Code:const
Treecolour = 6756443;
treetime = 20000;
MinutesToCut = 30; //How many minutes to cut
var woodloads, i, howlong: Integer;
Change the main loop to this:
SCAR Code:begin
setupsrl;
text123;
MarkTime(HowLong)
repeat
progress;
chop;
drop;
until(TimeFromMark(HowLong > MinutesToCut * 60000))
end.
Thanks a lot:)