Hi! I want to ask if there is an action that tells an unit to stop casting?
CoLd Bon3 CoLd Bon3 Level 14 Joined Aug 8, 2010 Messages 1,022 Resources: 6 Resources Maps 2 Spells and Systems 4 Jul 19, 2011 #1 Hi! I want to ask if there is an action that tells an unit to stop casting?
Bribe Bribe Level 51 Joined Sep 26, 2009 Messages 9,515 Resources: 32 Resources Tools 1 Maps 3 Spells and Systems 12 JASS 9 Lua 3 Tutorials 4 Jul 19, 2011 #2 If simply doing "unit - order <unit> to stop" does not work, you can do: Unit - Pause <unit> Unit - Order <unit> to stop Unit - Unpause <unit>
If simply doing "unit - order <unit> to stop" does not work, you can do: Unit - Pause <unit> Unit - Order <unit> to stop Unit - Unpause <unit>
CoLd Bon3 CoLd Bon3 Level 14 Joined Aug 8, 2010 Messages 1,022 Resources: 6 Resources Maps 2 Spells and Systems 4 Jul 19, 2011 #3 Lulz! Thanks! I didn't saw that!