{ 'Oblivion' Console command }
This command sets the scale (relative size) of the referenced-object to the specified value.
SetScale <percent> | Parameter | Type | Optional or Required | Details |
|---|---|---|---|
| percent | Float | Required | The scale, expressed as a decimal percentage; 1.00 = 100% (normal size), 0.90 = 90% of normal size, and so on. Valid values are from 0.50 (50%) to 2.00 (200%). A value of 1.00 returns the item to its default size. Leading or trailing zeros are recommended, but not required (i.e. 1.5 = 1.50). |
The following example sets the scale of the selected object to 150%:
SetScale 1.50