• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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