CIGetIsCraftFeatBaseItem(object)
From NWN Lexicon
Returns TRUE if the object is a craft base item.
int CIGetIsCraftFeatBaseItem( object oItem );
Contents |
[edit] Parameters
- oItem
- The item to be tested.
[edit] Description
This function checks whether oItem is a craft base item (empty bottle, blank scroll, blank wand) and returns TRUE if this is the case.
[edit] Remarks
The function is used in spell scripts cast on items.
[edit] Requirements
#include "x2_inc_craft"
[edit] Version
???
[edit] See Also
functions: | CraftBrewPotion |
author: motu99, editor: Mistress