- Joined
- Mar 27, 2008
- Messages
- 1,003
I just have one problem... the lightning doesn't appear! Can anyone help me with this problem? Thanks!
Here's the trigger -
Here's the trigger -
-
Environment Initialization
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Set BUILD_SanctifiedTower = Sanctified Tower 0030 <gen>
-
Set BUILD_Shield1 = Shield Generator 0026 <gen>
-
Set BUILD_Shield2 = Shield Generator 0027 <gen>
-
Set BUILD_Shield3 = Shield Generator 0028 <gen>
-
Set BUILD_Shield4 = Shield Generator 0029 <gen>
-
Lightning - Create a Magic Leash lightning effect from source (Position of BUILD_Shield1) to target (Position of BUILD_SanctifiedTower)
-
Set EF_Shield1Lightning = (Last created lightning effect)
-
Lightning - Create a Magic Leash lightning effect from source (Position of BUILD_Shield2) to target (Position of BUILD_SanctifiedTower)
-
Set EF_Shield2Lightning = (Last created lightning effect)
-
Lightning - Create a Magic Leash lightning effect from source (Position of BUILD_Shield3) to target (Position of BUILD_SanctifiedTower)
-
Set EF_Shield3Lightning = (Last created lightning effect)
-
Lightning - Create a Magic Leash lightning effect from source (Position of BUILD_Shield4) to target (Position of BUILD_SanctifiedTower)
-
Set EF_Shield4Lightning = (Last created lightning effect)
-
-