Ingredient Script

Revision as of 19:43, 28 October 2017 by imported>Qazaaq (typo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Extends: Form Script
Editor: Ingredient

Script that represents an alchemy ingredient.

DefinitionEdit

ScriptName Ingredient extends Form Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

  • bool Function IsHostile()
    • Returns whether this ingredient is considered hostile or not.
  • Function LearnEffect(int aiIndex)
    • Flags the effect with the given index as known by the player.
  • int Function LearnNextEffect()
    • Flags the next unknown effect as known by the player, returning index of learned effect.
  • Function LearnAllEffects()
    • Flags the all effects as known by the player.

EventsEdit

None