The Actions.lst file in
\StarForge\Data has all the trigger actions listed with their number/type of arguments.
In the file, you'd normally see the Set Deaths action like this:
CODE
Action SetDeaths(Player Player, Modifier Modifier, Number Number, Unit Unit)
{
Action(0, 0, 0, 0, Player, Number, Unit, 45, Modifier, 20);
}
You can change "Unit Unit" to "Number Unit" (or is it the other way around?) And you'll be able to input numbers into the set deaths trigger instead of a unit name.