A1P64
This code is over 6 months old. The code may have expired and might no longer function.
settings
{
modes
{
Skirmish
{
Hero Limit: Off
Respawn Time Scalar: 30%
}
}
}
rule ("Rule 1") {
event {
Ongoing - Each Player;
Team 2;
All;
}
actions {
Start Scaling Player(Event Player, 0.875, True);
}
}