Difference between revisions of "IsAlchemyItem"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(Fixed categories)
imported>WereWolf
Line 20: Line 20:
[[Category: Inventory Functions]]
[[Category: Inventory Functions]]
[[Category: Inventory Functions (OBSE)]]
[[Category: Inventory Functions (OBSE)]]
[[Category: Condition Functions]]
[[Category: Condition Functions (OBSE)]]

Revision as of 01:22, 12 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.