Difference between revisions of "Talk:Basic NPC Creation Tutorial"
→Height
imported>Link-box |
imported>Link-box (→Height) |
||
Line 22: | Line 22: | ||
:You could try [[SetScale]] using a script. | :You could try [[SetScale]] using a script. | ||
here is a sample scrip | |||
scriptname YYYY | |||
begin onload | |||
setscale x.x | |||
end | |||
replace YYY with the name you desire and x.x with the height and you are good to go |