0
votes
1answer
141 views

Starcraft II Galaxy Editor - Eventdefinition

I can create an Action with parameters using an Actiondefintion. But how can I create an Eventdefinition ? I'd like to make an Event that is 'called' when a Unit, that is saved in a variable, dies. ...
4
votes
2answers
579 views

Can custom maps in Starcraft 2 automatically enable certain unit upgrades?

If I create a custom map with the Starcraft 2 map editor, how can I specify that some unit upgrades are already researched? For example, if I want all the units to already have the weapons upgrade 1 ...
7
votes
2answers
422 views

How can I write a trigger to detect when a terran building burns to its death? (Starcraft 2)

I'm working with Starcraft 2 Map Editor, and am having a little bit of a trigger problem. It's quite easy to detect when a specific unit kills a structure (simply check if triggering unit == ...