View Single Post
04/08/14, 03:47 PM   #11
Dio
 
Dio's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 29
I just ran into one problem.

ZO_CreateStringId must be called before EVENT_PLAYER_ACTIVATED fires. So if you use custom keybindings, you'll still need to register EVENT_ADD_ON_LOADED and do your ZO_CreateStringId calling at that point.
  Reply With Quote