var towers = Game.Room.find(FIND_MY_STRUCTURES, {filter: {structureType: STRUCTURE_TOWER}});
and
var towers = Game.rooms[roomName].find(FIND_MY_STRUCTURES, { filter: { structureType: STRUCTURE_TOWER } });
keeps throwing Room.find is not a function errors and I can't figure out why.