This is the original Actions.lst
Action SetDeaths(Player Player, Modifier Modifier, Number Number, Unit Unit)
{
Action(0, 0, 0, 0, Player, Number, Unit, 45, Modifier, 20);
This is the one given to me.
Action SetDeaths(Player Player, Modifier Modifier, Number Number, Number Unit)
{
Action(0, 0, 0, 0, Player, Number, Unit, 45, Modifier, 20);
It still says I cannot type the value -29788, Parameter Alias not Found
Any help?
ADDITION:
QUOTE(Oo.Mo0.oO @ Aug 1 2005, 01:05 PM)
This is the original Actions.lst
Action SetDeaths(Player Player, Modifier Modifier, Number Number, Unit Unit)
{
Action(0, 0, 0, 0, Player, Number, Unit, 45, Modifier, 20);
This is the one given to me.
Action SetDeaths(Player Player, Modifier Modifier, Number Number, Number Unit)
{
Action(0, 0, 0, 0, Player, Number, Unit, 45, Modifier, 20);
It still says I cannot type the value -29788, Parameter Alias not Found
Any help?
[right][snapback]276027[/snapback][/right]
I fixed it myself, forget it.