Blockland Forums > Modification Help
Vehicle Scale?
MegaScientifical:
--- Quote from: Pew446 on September 04, 2010, 08:44:09 PM ---So no way to just scale the datablock? Like scale = "2 2 2";
--- End quote ---
Making a totally new datablock with a different scale wouldn't work. There's vehicle events that can set scale if you want it like that... I forgot is there's a specific way of doing it, but it's simple...
otto-san:
--- Quote from: Syntax on September 04, 2010, 08:31:28 PM ---I see, well then, @OP scale it after the parent is called, i'm sure it'll LOOK like it was scaled when it was spawned.
--- End quote ---
This
or
Look at how scale spawns work.
Chrono:
yourvehicle::onadd
setscale
You win.