Using the Feature "Edit Unit" I edited a Marine. Memcalc Gave me something like:
SetDeaths(P3,Add,1,-29788);
SetDeaths(P8,Add,5,-29568);
SetDeaths(P3,Subtract,0,-29698);
SetDeaths(P4,Add,9,-29802);
SetDeaths(P6,Add,54525952,-29407);
Here My triggers
Condition:
Always();
Action:
SetDeaths(P3,Add,1,-29788);
SetDeaths(P8,Add,5,-29568);
SetDeaths(P3,Subtract,0,-29698);
SetDeaths(P4,Add,9,-29802);
SetDeaths(P6,Add,54525952,-29407);
But Starforge don't recognise -29788.
What I do now?
