Stupid duck won't stop blabbing

Is this definitely the code you’re using now? Because it works for me. Well, it doesn’t work very well, but that error doesn’t come up.

9 Likes

t.copy is a background code clip in the functions like enemy.attack(target) or hero.findEnemyMissiles(), since t is a Vector and copy() is a Vector method. So t.copy() is the base of pretty much all of your code.

2 Likes