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.