Difference between revisions of "GetArrowProjectilePoison"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(New page: {{OBSE v0015}} A command for Oblivion Script Extender '''Syntax:''' (enchantment:ref) reference.GetArrowProjectilePoison (enchantment:ref) referen...)
 
imported>DragoonWraith
(return value is a poison)
Line 3: Line 3:


'''Syntax:'''
'''Syntax:'''
  (enchantment:ref) reference.GetArrowProjectilePoison
  (poison:ref) reference.GetArrowProjectilePoison
  (enchantment:ref) reference.GetAPPoison
  (poison:ref) reference.GetAPPoison


Returns the poison attached to an arrow projectile.
Returns the poison attached to an arrow projectile.

Revision as of 02:21, 26 May 2008


A command for Oblivion Script Extender

Syntax:

(poison:ref) reference.GetArrowProjectilePoison
(poison:ref) reference.GetAPPoison

Returns the poison attached to an arrow projectile.

See Also