• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Actions that can be executed at map initialization

Status
Not open for further replies.
Level 6
Joined
Mar 27, 2009
Messages
195
hey there,

i often noticed people having trouble with the "map initialization"-event used in GUI, so i wanted to create a list containing all actions which can be executed at map initialization. +rep who helps :thumbs_up:







































































































Note: I will update that list as soon as I can
 
Level 20
Joined
Jan 6, 2008
Messages
2,627
I often create some of these map inis, so im not creating alot of Inits, tell them to try add this:
  • Map Initalization
    • Events
      • Map Initalization
    • Conditions
    • Actions
      • ----- Main Initalization -----
      • For each integer 1 to 1 (Integer A) do multiple actions
        • Loop actions
          • ----- Visibility -----
            • For each integer 1 to 1 (Integer A) do multiple actions
              • Loop actions
                • Actions
          • ----- Variables -----
            • For each integer 1 to 1 (Integer A) do multiple actions
              • Loop actions
                • Actions
      • ----- System Ini -----
      • ----- And so on -----
this is how i usually do :p
 
Status
Not open for further replies.
Top