Staredit Network

Staredit Network -> UMS Assistance -> MemCalc Triggers: A Lil' Problem!
Report, edit, etc...Posted by Staredit.Net Essence on 2005-08-03 at 15:20:44
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? sad.gif
Report, edit, etc...Posted by DT_Battlekruser on 2005-08-03 at 16:19:36
You need to implement Deathknight's custom .lst files. They can be found near the bottom of Page 3 in the pinned concepts topic.
Next Page (1)