
I can't tell if this is a bug or a feature that is not yet supported but... I have been trying to write a quick macro (not API) to take in two variables (height and depth) and result in the distance traveled. My games involve a lot of 3D combat and having a quick macro that everyone can use to determine the distance between them and the target based on the old Pythagorean formula. There is a similar one for height, width and depth (just solving for the hypotenuse of one for the side of the other). The problem comes when doing the square roots. It appears that there is no square root function or exponent function in the math syntax for macros. Is this intentional? And if not can someone detail the proper syntax? Thank you. Dan.