Dear Blizzard Team.
Why is the action for the workshop
“Start Scaling Player”
and
“Start Scaling Barriers”
not on the live server? That was the best thing ever on the PTR.
I spent hours writing a mode, a realy big boss fight. (1vs11) and now the work is completely useless. Because this is not possible here. As well as all related conditions & variables.
actions
{
Event Player.Growth = 1;
Start Scaling Player(Event Player, Event Player.Growth, True);
}
conditions
{
Has Spawned(Event Player) == True;
}
actions
{
Chase Player Variable Over Time(Event Player, Growth, 20, 300, Destination and Duration);
}