Bananas.js fix
Posted: Tue Mar 27, 2012 7:55 pm
In the bananas.js there is a small problem.
if you look at this line.
You notic it says maxBananas
well if you look at top of the script it says
I changed
to
I hope thios fix makes it in next version 
if you look at this line.
Code: Select all
iUsed.SetTag("BananaCounter", maxBananas); // Add 5 bananas to the tree initiallywell if you look at top of the script it says
Code: Select all
var maxResource = 5;Code: Select all
var maxResource = 5;Code: Select all
var maxBananas = 5; //maximum amount of resources on a given item