I\'m making a 2D, top-down Zelda style web rpg single player in JavaScript.
When the player (purple shirt) walks near a cat, it will \"rescue\" it... which basically rem
HY,
Try for statement like this:
for(var z = rescuedTotal_Array.length; z >= 0; z-- )
If you noticed I just turned it around. It starts at the and going backwards. It is stupid but, maybe this error is just that :)
Let me know how it goes!
Regards