i think you should change

Code:
var Weatherbox[3];


into
Code:
VECTOR Weatherbox;


couz you work with vectors not with var`s