IsHostile - Ingredient
Member of: Ingredient Script
Returns whether this ingredient is considered hostile or not.
SyntaxEdit
bool Function IsHostile() native
ParametersEdit
None.
Return ValueEdit
Whether this ingredient is considered hostile
ExamplesEdit
if (Herb.IsHostile())
Debug.Trace("Just ate a 'hostile' herb!")
endIf