• 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.

Map Initialization

Status
Not open for further replies.
Level 4
Joined
Dec 3, 2012
Messages
51
Hi,

My map currently has about a dozen triggers that use the "map initialization" event. Each trigger is sorted into the appropriate category, as I have quite a few triggers and like to keep them organized. I was wondering, however, if it is somehow bad to have multiple map initialization events, and if I should try to combine them into fewer (or a single) trigger, and use comments to sort them. Sorry if this has already been discussed.
 
Level 37
Joined
Mar 6, 2006
Messages
9,243
You can also have one trigger with map initialization, and in that trigger you run the other initialization triggers. Leave the others without an event.
  • Untitled Trigger 003
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Trigger - Run Untitled Trigger 001 <gen> (ignoring conditions)
      • Trigger - Run Untitled Trigger 002 <gen> (ignoring conditions)
      • Trigger - Run Untitled Trigger 003 <gen> (ignoring conditions)
 
Status
Not open for further replies.
Top