Hello all,

I'm trying to scale a map entity through script.

In my action I noticed that the command

my.scale_x = 2 + random(5);
my.scale_y = 2 + random(5);
my.scale_z = 2 + random(5);

work just fine on any .mdl files. But when I add the action to a map enitity it seems to ignore the scale commands. Is scaleing man entity possible through scripting/at all?

Thanks for all the help you all have provided.