Gigants vs gigant
This code is over 6 months old. The code may have expired and might no longer function.
rule("Jugadores Gigantes")
{
event
{
Ongoing - Global;
}
actions
{
Set Player Scale(All Players, 4.0);
}
}