28.08.2009, 12:17
What's with this
HousesCoords[HouseInfo[h][hLevel]][0]
Shouldn't it be
HousesCoords[h][0]?
What if the house's level is 99 or something and you only have 32 houses?
HousesCoords[HouseInfo[h][hLevel]][0]
Shouldn't it be
HousesCoords[h][0]?
What if the house's level is 99 or something and you only have 32 houses?