I'm going to see IF it works. Changing the action to add, MIGHT work since Draft is not just triggers composed, it's also made of scripts etc.... (Like any other)
But what I'm trying to say is that IF it doesn't work, i'ts obviously gonna crash. It won't just ignore it since it's still trying to read the trigger. Right? But i'm off to try it.
Thansks for the info.
ADDITION:
I tried change the trigger from set, to add. But can't. Here's what it looks like"
//-----------------------------------------------------------------//
Trigger("All players"){
Conditions:
Bring("Current Player", "Terran Civilian", "Cure Cura Curaga", At least, 1);
Actions:
Kill Unit At Location("Current Player", "Terran Civilian", 1, "Cure Cura Curaga");
Modify Unit Hit Points("Current Player", "Any unit", 10, 1, "Anywhere");
Preserve Trigger();
}
//-----------------------------------------------------------------//
I can't change set to add since there is no such action/word. It's not like the set score that you can actually change the trigger manually. But even in SCM, you can't.
So hard to all this just for a stupid heal trigger.