for some reason this unit wont spawn. here is the trig
| Trigger |
1st Step| Conditions: |
¤ Bring(CurrentPlayer, AtLeast, 1, Spell Starter, Disease Trail);
|
¤ Accumulate(CurrentPlayer, AtLeast, 80, Gas);
|
¤ Command(CurrentPlayer, Exactly, 4, Level Counter);
|
| ¤ Always(); |
| Actions: |
¤ SetResources(CurrentPlayer, Subtract, 80, Gas);
|
¤ CreateUnitWithProperties(1, , Shadowknight, P5, 14);
|
¤ SetSwitch(Disease Trail Activation, Set);
|
¤ Wait(7000);
|
¤ SetSwitch(Disease Trail Activation, Clear);
|
¤ RemoveUnit( , P5);
|
¤ PreserveTrigger();
|
¤ Comment("Disease Trail");
|
| ¤ Preserve Trigger |
o and i did put the location thing in the trigger area i just did not want to put it on =D but if u need to see that just ask. and the problem is the "Disease Trail" wont spawn for some reason