- Joined
- Jul 15, 2014
- Messages
- 39
I have channeling spell, that lasts for like 5 seconds.
When it finishes, i add an item to some unit, and order casting unit to cast it again. So item is added, but it wont make unit start casting spell again.
When it finishes, i add an item to some unit, and order casting unit to cast it again. So item is added, but it wont make unit start casting spell again.
-
FactoryProduction1
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to WorkSpell
-
-
Actions
-
Game - Display to (All players) the text: a goody has been p...
-
Hero - Create (02)Corn and give it to Factory 0013 <gen>
-
Set u = (Casting unit)
-
Unit - Order u to Stop
-
Unit - Order u to Special - Channel
-
-