- Joined
- Sep 26, 2008
- Messages
- 140
I have a problem, I read the tutorial of variables, I tried to create a spell but does not work
-
store
-
Eventi
- Map initialization
- Condizioni
-
Azioni
- Set Caster_unit[1] = (Triggering unit)
- Set Targeted_unit[1] = (Target unit of ability being cast)
-
Eventi
-
rushumun Zoro ability
-
Eventi
- UnitÃ* - A unit Avvia l'effetto di un'abilitÃ*
-
Condizioni
- (Ability being cast) Uguale a Rushumon
-
Azioni
- Set Casting_unit = Caster_unit[1]
- Set Target_unit = Targeted_unit[1]
- Wait 3.00 seconds
- UnitÃ* - Move Caster_unit[(Player number of (Owner of (Triggering unit)))] instantly to temp_point, facing (Position of (Target unit of ability being cast))
- UnitÃ* - Pausa Targeted_unit[(Player number of (Owner of (Target unit of ability being cast)))]
- UnitÃ* - Cause Caster_unit[(Player number of (Owner of (Triggering unit)))] to damage Targeted_unit[(Player number of (Owner of (Target unit of ability being cast)))], dealing 500.00 damage of attack type Magia and damage type Fulmine
- Wait 3.00 seconds
- UnitÃ* - Riprendi Targeted_unit[(Player number of (Owner of (Target unit of ability being cast)))]
- Effetto speciale - Create a special effect at (Target point of ability being cast) using Abilities\Spells\Orc\MirrorImage\MirrorImageCaster.mdl
- Effetto speciale - Destroy (Last created special effect)
-
Eventi