QUOTE(greenreaper @ Aug 29 2004, 05:31 PM)
You could use SC Trigger and for every kill make it set a switch.
TRIGGER:
Condition:
Switch "Kills" is set
Actions:
Create 1 unit at location
Clear Switch "Kills"
Preserve Trigger
No you can't, SCTrigger can't do that.
And it doesn't matter where you put the subtract deaths. It will not fire five times. The WHOLE trigger will run through once before StarCraft checks the trigger again. So it will create the unit and subtract the death,
then SC will check the triggers again. When it does, you will have subtracted the death, so it won't fire again.