- Joined
- Feb 28, 2013
- Messages
- 1,898
Can someone help me convert this line (SetUnitX() and SetUnitY()) and make it move Special Effects instead of Unit?
• Shoot_Dummy is a dummy missile unit.
• Shoot_Dummy is a dummy missile unit.
-
Custom script: call SetUnitX(udg_Shoot_Dummy[udg_Shoot_CurrentIndex], GetUnitX(udg_Shoot_Dummy[udg_Shoot_CurrentIndex]) + udg_Shoot_AngleX[udg_Shoot_CurrentIndex])
-
Custom script: call SetUnitY(udg_Shoot_Dummy[udg_Shoot_CurrentIndex], GetUnitY(udg_Shoot_Dummy[udg_Shoot_CurrentIndex]) + udg_Shoot_AngleY[udg_Shoot_CurrentIndex])
Last edited: