- Joined
- Oct 23, 2007
- Messages
- 565
Can some one help me with this
Villager - The Hive Workshop - A Warcraft III Modding Site
Animation Tags
None = VillagerMan Attack
Alternate = Onehand Attack
Channel = Twohand Attack
Defend = Defend Attack
Flesh = Spell Attack
Gold = Duel Attack
Lumber = Bow Attack
Work = Crossbow Attack
Just use this script to add an animation tag:
i have never used jass before and im having trouble wit this.
can some one help me?
Doing this will change his default animation right?
Villager - The Hive Workshop - A Warcraft III Modding Site
Animation Tags
None = VillagerMan Attack
Alternate = Onehand Attack
Channel = Twohand Attack
Defend = Defend Attack
Flesh = Spell Attack
Gold = Duel Attack
Lumber = Bow Attack
Work = Crossbow Attack
Just use this script to add an animation tag:
JASS:
call AddUnitAnimationProperties(unit,"Alternate",true)
-
Untitled Trigger 001
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Custom script: call AddUnitAnimationProperties(0000,"Alternate",true)
-
Events
i have never used jass before and im having trouble wit this.
can some one help me?
Doing this will change his default animation right?