Difference between revisions of "IsAlchemyItem"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>WereWolf
 
Line 3: Line 3:
'''Syntax:'''
'''Syntax:'''
  IsAlchemyItem [''ObjectID'']
  IsAlchemyItem [''ObjectID'']
  IsPotion [''ObjectID'']
  IsPotion [''ObjectID'']


Line 12: Line 13:


==See Also==
==See Also==
*[[IsPotion]]
*[[IsPoison]]


<!--[[Category: OBSE Functions]]
<!--[[Category: OBSE Functions]]

Latest revision as of 12:17, 14 September 2007

A command for Oblivion Script Extender

Syntax:

IsAlchemyItem [ObjectID]
IsPotion [ObjectID]

Returns true if the object id passed is a Potion. This version takes precedence over the Reference version.

[ref.]IsAlchemyItem
[ref.]IsPotion

Must be called on a reference. Returns true if calling object is a Potion.

See Also[edit | edit source]