SetWeaponReach

From the Oblivion ConstructionSet Wiki
Revision as of 21:48, 21 March 2008 by imported>DragoonWraith (not a record variable function)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]