Yes, since you divide by a float and get a float as the result, but your data type cannot hold a float, it returns a tag mismatch. You could declare the variables as floats, as JGHG said, or if you want the data to be integers you can use the
floatround function. Additionally, maybe you should try this shortcut operator:
Code:
pos_tav[0] /= 1.5
pos_tav[1] /= 1.5
pos_tav[2] /= 1.5
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS