ModWeaponReach

From the Oblivion ConstructionSet Wiki
Revision as of 20:52, 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.ModWeaponReach modifyBy:float objectID:ref

Modifies the reach of the weapon up or down.

Example:

ref weapon
set weapon to player.GetEquippedObject 16
ModWeaponReach 100 weapon

Increase player's equipped weapon reach in 100.

See Also[edit | edit source]