Hello again Hive,
I am currently working on a 3v3 map that also has mini instance dungeons that reward
the player with a powerful item to help turn the tides in their favor. In one of the instances,
when the player teleports to the instance I made a trigger that causes an infernal to spawn
on a random unit in the instance every 25 seconds. The problem is that it only works onces
and sometimes not at all. I'm not sure what the problem is.
Here is the simple trigger:
As always,
thanks in advance.
I am currently working on a 3v3 map that also has mini instance dungeons that reward
the player with a powerful item to help turn the tides in their favor. In one of the instances,
when the player teleports to the instance I made a trigger that causes an infernal to spawn
on a random unit in the instance every 25 seconds. The problem is that it only works onces
and sometimes not at all. I'm not sure what the problem is.
Here is the simple trigger:
-
Spawn Infernals
- Events
- Conditions
-
Actions
-
For each (Integer A) from 1 to 99999, do (Actions)
-
Loop - Actions
- Wait 25.00 game-time seconds
- Unit - Create 1 Inferno Dummy for Player 10 (Light Blue) at (Position of (Random unit from ThroneOfKiljaedenGroup)) facing Default building facing degrees
- Set InfernalDummy = (Last created unit)
- Unit - Order InfernalDummy to Undead Dreadlord - Inferno (Position of (Random unit from ThroneOfKiljaedenGroup))
- Wait 2.00 game-time seconds
- Unit - Remove InfernalDummy from the game
-
Loop - Actions
-
For each (Integer A) from 1 to 99999, do (Actions)
As always,
thanks in advance.