- Joined
- Jul 30, 2012
- Messages
- 93
Hi,
I have a problem about this trigger.Sometimes it doesn't write true icon of hero on multiboard...
Then i'm making some spell.How can i create something or dummy in front of enemy hero?
I have a problem about this trigger.Sometimes it doesn't write true icon of hero on multiboard...
-
Hero Pick
-
Events
-
Unit - A unit enters Altar Region <gen>
-
-
Conditions
-
Actions
-
Unit - Move (Triggering unit) instantly to ((Owner of (Triggering unit)) start location), facing (Position of Dark Troll Warlord 0025 <gen>)
-
Selection - Select (Triggering unit) for (Owner of (Triggering unit))
-
Camera - Pan camera for (Owner of (Triggering unit)) to ((Owner of (Triggering unit)) start location) over 0.00 seconds
-
Set Hero[(Player number of (Owner of (Triggering unit)))] = (Triggering unit)
-
Set rastgele_used[(Player number of (Owner of (Triggering unit)))] = True
-
For each (Integer A) from 1 to HeroSayisi, do (Actions)
-
Loop - Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Player - Make rastgelehero[(Integer A)] Unavailable for training/construction by (Owner of (Entering unit))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
rastgelehero[(Integer A)] Equal to (Unit-type of (Entering unit))
-
-
Then - Actions
-
Multiboard - Set the display style for (Last created multiboard) item in column 1, row PlayerSatir[(Player number of (Owner of (Triggering unit)))] to Show text and Show icons
-
Multiboard - Set the icon for (Last created multiboard) item in column 1, row PlayerSatir[(Player number of (Owner of (Triggering unit)))] to Ikon[(Integer A)]
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Player - Make rastgelehero[(Integer A)] Unavailable for training/construction by (Picked player)
-
-
-
Set rastgelehero[(Integer A)] = rastgelehero[HeroSayisi]
-
Set HeroSayisi = (HeroSayisi - 1)
-
-
Else - Actions
-
-
Skip remaining actions
-
-
-
-
-
-
Then i'm making some spell.How can i create something or dummy in front of enemy hero?