• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

PLEASE HELP: What do these "Actions" do?

Status
Not open for further replies.
Can someone PLEASE explain what the following actions do?
Please be as detailed as possible.

"For Each Integer A, Do Multiple Actions"
"For Each Integer B, Do Multiple Actions"
"For Each Integer Variable, Do Multiple Actions"

What’s the difference between "Each Integer A" and "Each Integer B"?

Also what’s the difference between "Each Integer B" and "Each Integer Variable"?
 
Level 7
Joined
May 16, 2004
Messages
355
These are Loop actions. What it basically does is sets a value to the maximum and minimum value, starts at the minimum and counts up until it reaches the max.

Integer A/B/Variable are all the same, its just so you can put them inside each other, because a Loop A Inside a Loop A will replace the original one and only some of the actions will do their thing.

Loop Integer Variable is so you can use many many loops, by using any integer variable that you created in your map.
 
Status
Not open for further replies.
Top