QUOTE(LegacyWeapon @ Dec 7 2005, 08:47 PM)
[*]Graphic user interface EUD triggerer!
[*]Trigger viewing compatibilities for protected maps!
[*]Trigger duplicating capabilities!
[/list]
[right][snapback]373835[/snapback][/right]
make that be text editing for EUD's too, and combine it with trigger duplicator by way of for loops, FE:
CODE
for ($i=0;$i<9;$i++) {
Trigger ($i) {
conditions {
Deaths ($i,"Potions",AtLeast,1);
UnitHP($i,Exactly,20);
}
Actions {
ModifyUnitHitPoints(1,"marine",$i,100%);
SetDeaths($i,"Potions",Subtract,1);
DisplayText($i+6);
DisplayText("You have used a potion");
}
}
CODE
String table:
1 "automatic potions"
2 "marines automatically use potions"
3 "Force1"
4 "Force2"
5 "Force3"
6 "force4"
7 "Player 1:"
8 "Player 2:"
9 "Player 3:"
...
14 "Player 8:"
15 "You have used a potion"
you may notice in there the use of EUD conditions, string based unit names, location numbering, string numbering, string normal usage, number based players and