How do you change it so a medic doesn't lose energy when it heals?There are two ways, you can set energy cost to heal to "0"
Or you can set a trigger to make a Medic allways have full energy, basically like this
| Trigger |
| Description: |
| Infinite Energy |
|
| Players: |
| ¤ Player X |
| Conditions: |
| ¤ Always |
| Actions: |
¤ Set Energy To MAX For Unit - Medic
|
| ¤ Preserve Trigger |
How do you make it so a trigger happens every minute?Hyper Triggers are veyr simple, jus pick a computer player, then make a trigger that goes like this
| Trigger |
| Description: |
| Hyper Trigger |
|
| Players: |
| ¤ Player Computer |
| Conditions: |
| ¤ Always |
| Actions: |
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
¤ Wait 0 Milliseconds
|
| ¤ *FILL WHOLE TRIGGER WITH JUST WAITS!* |
You can view the tutorial
HERE