Difference between revisions of "IsAlchemyItem"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>WereWolf
Line 10: Line 10:
  [''ref.'']IsPotion
  [''ref.'']IsPotion
Must be called on a reference. Returns true if calling object is a Potion.
Must be called on a reference. Returns true if calling object is a Potion.
==See Also==
*[[IsPotion]]


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

Revision as of 12:16, 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