- Joined
- Jun 27, 2010
- Messages
- 2,763
I know I can do it with silence, but I;m trying another method. To remove the spell and later add it. So I do this:
Edit: I tried to use cargo hold(orc burrow) with 0 capacity, but it only removes the attack icon, not the attack itself
-
remove
-
Events
-
Player - Player 1 (Red) skips a cinematic sequence
-
-
Conditions
-
Actions
-
Custom script: call UnitRemoveAbilityBJ( 'Aatk', udg_pal )
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on add <gen>
-
-
-
add
-
Events
-
Player - Player 1 (Red) skips a cinematic sequence
-
-
Conditions
-
Actions
-
Custom script: call UnitAddAbilityBJ( 'Aatk', udg_pal )
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on remove <gen>
-
-
Edit: I tried to use cargo hold(orc burrow) with 0 capacity, but it only removes the attack icon, not the attack itself
Last edited: