What is this supposed to do?
Simba Code:*
(TreeLocation.x)(TreeLocation.y, 3, 3, true));
Is that supposed to be mouse?
Also
Simba Code:* * while (not(InvFull)) do
* * * FindTree; // need a begin here, you also dont want all these things happening while the inventory is empty
* * * WalkToBank;
* * * BankLogs; // is this finished? Cause it won't work it just counts at the moment
* * * WalkToTrees;
* until (Logs_Chopped >= LOGS);

