- Joined
- Jun 10, 2007
- Messages
- 389
I know this is the JASS section but this does have JASS in it.
-
War Club
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to War Club
-
-
Actions
-
Custom script: local effect treeeffect
-
Wait 1.00 seconds
-
Unit - Remove War Club from (Triggering unit)
-
Unit - Add Carrying Tree to (Triggering unit)
-
Custom script: set treeeffect = AddSpecialEffectTarget("war3Imported\\TreeClub.mdl", GetTriggerUnit(), "right hand")
-
Wait 30.00 seconds
-
Custom script: call DestroyEffect(treeeffect)
-
Unit - Remove Carrying Tree from (Triggering unit)
-
Unit - Add War Club to (Triggering unit)
-
-