I have a spell that will be used a ton throughout the game.
It can be used by multiple players.
I want a specific sound to play when the spell is cast, but I don't want it to leak.
If in an initiation trigger I set a variable like this:
Or do I not need to set the variable at all? Can I just have it be:
+rep for help!
It can be used by multiple players.
I want a specific sound to play when the spell is cast, but I don't want it to leak.
If in an initiation trigger I set a variable like this:
- Set RushSound = DefendCaster <gen>
- Sound - Play RushSound at 100.00% volume, attached to RushUnit[(Player number of (Triggering player))]
Or do I not need to set the variable at all? Can I just have it be:
- Sound - Play DefendCaster <gen> at 100.00% volume, attached to RushUnit[(Player number of (Triggering player))]
+rep for help!