- Joined
- Nov 4, 2004
- Messages
- 23
I am trying to create multiple dummy spells from a single base spell; each dummy spell is a custom spell that was copy/pasted from the base spell.
I have triggers to detect the casting of an ability and display an appropriate effect and message; they make a simple comparison of
Ability being cast - Is Equal To - Custom Spell X
Each trigger is set to detect only one custom spell each.
All custom spells are given to a single unit. Casting one custom spell results in all custom spells being cast at once, as though they were one spell. All the triggers fire at once, as all the custom spells were cast.
I know that this can easily be worked around by using different base spells for each custom spell, but I would like to know if there is another workaround for this that would allow me to use the same base spell for multiple custom spells. I have looked through the tutorials and haven't found any that directly address this issue; I am certainly curious as to how it is resolved for imported spells that may happen to use the same base spell!
I have triggers to detect the casting of an ability and display an appropriate effect and message; they make a simple comparison of
Ability being cast - Is Equal To - Custom Spell X
Each trigger is set to detect only one custom spell each.
All custom spells are given to a single unit. Casting one custom spell results in all custom spells being cast at once, as though they were one spell. All the triggers fire at once, as all the custom spells were cast.
I know that this can easily be worked around by using different base spells for each custom spell, but I would like to know if there is another workaround for this that would allow me to use the same base spell for multiple custom spells. I have looked through the tutorials and haven't found any that directly address this issue; I am certainly curious as to how it is resolved for imported spells that may happen to use the same base spell!