SetWeaponReach

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

(nothing) reference.SetWeaponReach nuReach:float objectID:ref

Sets the reach of the weapon.

Example:

ref weapon
set weapon to player.GetEquippedObject 16
SetWeaponReach 120 weapon

Sets player's equipped weapon reach to 120.

See Also[edit | edit source]