This script will chop any type of tree based on the woodcutting skill level of the player. Once the inventory is full, it will drop all the items specified from your inventory. I have a "To Do" list in the source so any feedback on how to accomplish some of those tasks would be great.
There are two source files:
LumberJack 1.0.scar (my main script)
NewSRLCode.scar (new methods that would belong in the SRL library)
As this is my first script ever, I know there will be many things that could
be done better and even more things that just need to be done but you have to start somewhere. Also it should be noted that I have not played the actual game myself very much either. My son plays all the time and it is because of him that I decided to write some scripts. For me it is more fun writing scripts to play for me than it is playing the game itsself.
Since I realize there will be other noobs like myself reading this post
I sort of feel the need to explain what to expect from scripts like this
that you download and why they may not always work out-of-the-box for you. I tried to make the code readable with lots of comments for the noobs.
When I began writing this script and testing, things happened in the
game that I didn't expect to happen, or at least I didn't take the time to think
about how to handle that situation. As I encountered these situation I would
modify my script to handle that situation. So if you download a script and it
does not work perfectly for you then please realize that your game character
may be in a situation that the author had not encountered or thought about.
With that in mind please use this script freely and give me feedback both good and bad as you see fit.

