21.07.2014, 15:51
For the first warning/error, this is your fault:
The BuildingEnterPos has two dimensions, use "BuildingEnterPos[h][2]" like before.
Second: again two dimensions, use "BuildingInts[h][0]" or simply lose the second dimension and just use it like you did.
Код:
BuildingEnterPos[2]+0.75
Second: again two dimensions, use "BuildingInts[h][0]" or simply lose the second dimension and just use it like you did.