Tutorial: Auto Load Bunkers [StarCraft]

Discussion in 'Maps and Replays' started by Imagine., Aug 4, 2009.

Tutorial: Auto Load Bunkers [StarCraft]

Discussion in 'Maps and Replays' started by Imagine., Aug 4, 2009.

  1. Imagine.

    Imagine. New Member

    Joined:
    Jun 24, 2007
    Messages:
    1,260
    Likes received:
    4
    Trophy points:
    0
    AUTOMATICALLY LOAD BUNKERS:
    ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦
    Do you remember maps in the campaign that featured what seemed to be pre-loaded bunkers filled with infantry? Do you know of custom maps that automatically load units into the bunker? Here is how you do it:

    REQUIREMENTS:
    - StarCraft X-Tra Editor (or higher such as SCMDraft)
    - Players
    - Location over designated bunker(s)

    Classic StarCraft Trigger Editor
    Text Trigger Editor
    Code:
    Trigger("All players"){
    Conditions:
    	Always();
    
    Actions:
    	Run AI Script At Location("EnBk", "Anywhere");
    }
    
    //-----------------------------------------------------------------//
    You can find the AI script in the actions tab under RUN AI SCRIPT AT LOCATION. Tweak the conditions to whatever you prefer.
     
    Last edited: Aug 4, 2009
  2. Lobsterlegs

    Lobsterlegs Guest

    You should do more of these.
     
  3. sniper64

    sniper64 New Member

    Joined:
    May 13, 2009
    Messages:
    877
    Likes received:
    4
    Trophy points:
    0
    From:
    Upper Michigan, US
    Thats imagine O.O
     
  4. marcmad

    marcmad New Member

    Joined:
    Feb 1, 2009
    Messages:
    166
    Likes received:
    0
    Trophy points:
    0
    sweet. I find that very useful