OnLycanthropyStateChanged - Actor

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script (Requires SSE 1.5.3)

Event called when this actor's lycanthropy state has changed

Syntax[edit | edit source]

Event OnLycanthropyStateChanged(bool abIsWerewolf)

Parameters[edit | edit source]

  • abIsWerewolf: If true, the actor is now a werewolf. If false, they have been cured.

Examples[edit | edit source]

Event OnLycanthropyStateChanged(bool abIsWerewolf)
  if (abIsWerewolf)
    HowlAtMoon()
  endIf
endEvent

See Also[edit | edit source]