- Joined
- Dec 31, 2007
- Messages
- 780
ok.. here are 2 doubts i have
the first one
is there a posibility that if you use too much the same "from each integer blabla.." they could generate problems?
because one of my spells did the whole trigger but got lost in the loop section... it did only 1 of the 3 i said it to do... and i always use the A instead of the B... but after ive tried everything i changed the A for the B and it worked...
the second one is...
Wich one of these is better:
or this one
Thx ^^
the first one
is there a posibility that if you use too much the same "from each integer blabla.." they could generate problems?
because one of my spells did the whole trigger but got lost in the loop section... it did only 1 of the 3 i said it to do... and i always use the A instead of the B... but after ive tried everything i changed the A for the B and it worked...
the second one is...
Wich one of these is better:
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Matching unit) is A Hero) Equal to True) and (((Owner of (Matching unit)) controller) Equal to User))) and do (Actions)
-
Loop - Actions
- Player - Disable Starlight Extinction (Aries_Mu) for (Owner of (Picked unit))
- Player - Disable Unstoppable Strength (Taurus Aldebaran)(Avatar) for (Owner of (Picked unit))
- Player - Disable Lion's Fury ( Aioria de Leao ) for (Owner of (Picked unit))
- Player - Disable Tenbuhorin ( Virgo Shaka True ) for (Owner of (Picked unit))
-
Loop - Actions
or this one
- Player Group - Pick every player in (All players) and do (Player - Disable Manifestation ( Shun Possesed Normal Form ) for (Picked player))
- Player Group - Pick every player in (All players) and do (Player - Disable Several Thousand Times ( Shun de Andromeda ) for (Picked player))
Thx ^^