Thread Tools Display Modes
Prev Previous Post   Next Post Next
06/06/14, 03:24 AM   #1
Firegael
Join Date: Jun 2014
Posts: 4
Event_werewolf_state_changed

Has anyone noticed that this event seems to only fire on activation of werewolf and not when it ends? Does anyone know a way around this?

Example:
Lua Code:
  1. -- This will display true upon activation and not fire upon turning back into human form
  2. EVENT_MANAGER:RegisterForEvent( '_EVENT_WEREWOLF_STATE_CHANGED', EVENT_WEREWOLF_STATE_CHANGED, function( eventCode, werewolf ) d( werewolf ) end )
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » Event_werewolf_state_changed


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off