Trigger("Sniper"){
Conditions:
Memory(12723, Exactly, 16777216);
Bring("All players", "Power Generator", "Gateway Disable 1 Scarab", At least, 1);
Switch("Level 2", set);
Actions:
Minimap Ping("Gateway Disable 1 Scarab");
Preserve Trigger();
Comment("Gateway 1");
}
//-----------------------------------------------------------------//
Trigger("Sniper"){
Conditions:
Memory(12723, Exactly, 16777216);
Bring("All players", "Power Generator", "Gateway Disable 2", At least, 1);
Switch("Level 2", set);
Actions:
Minimap Ping("Gateway Disable 2");
Preserve Trigger();
Comment("Gateway 2");
}
//-----------------------------------------------------------------//
Trigger("Sniper"){
Conditions:
Memory(12723, Exactly, 16777216);
Bring("All players", "Power Generator", "Gateway Disable 3", At least, 1);
Switch("Level 2", set);
Actions:
Minimap Ping("Gateway Disable 3");
Preserve Trigger();
Comment("Gateway 3");
}
//-----------------------------------------------------------------//
Trigger("Sniper"){
Conditions:
Memory(12723, Exactly, 16777216);
Bring("All players", "Terran Machine Shop", "Add On", At least, 1);
Switch("level 5", set);
Actions:
Minimap Ping("Add On");
Preserve Trigger();
Comment("Add On Ping");
}
Trigger("Sniper"){
Conditions:
Memory(12723, Exactly, 16777216);
Switch("level 8", set);
Actions:
Minimap Ping("Key For Trojan");
Preserve Trigger();
Comment("ULTRALISK PING LEVEL 8");
}
//-----------------------------------------------------------------//
Attachments:
Post has been edited 1 time(s), last time on Jun 13 2010, 10:23 pm by Warlord_Master.
None.