I'm having some trouble with a trigger that manually changes a unit's facing. I'm wondering if converting it to JASS might help a bit. Does anyone know if there is a JASS command for doing something like this (math_2 is a real variable, u is a unit):
Darwin
- Unit - Make u face math_2 over 0.00 seconds
Darwin