- Joined
- Jun 27, 2010
- Messages
- 2,763
IS there a trigger that can turn the model of a unit upside down? 

Then I need to make a dummy for every unit in game(6) haha!![]()
Use the famous dummy model that allows rotation using triggers by playing animations. What you do is use a table mapping unit types to their models and then use a dummy with the appropriate model attached to it and rotate as necessary. During this time you hide the original unit. If control of the unit must be kept then you may need to morph the unit with an ability like bear form.
Ironically in SC2 this is probably quite easy to do as you could send a rotation actor message.