View Single Post
11/19/14, 03:04 PM   #2
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
EVENT_MANAGER:RegisterForEvent("SomeGloballyUniqueString_PrefereablyYourAddonName", EVENT_CODE, callback)

callback must be a function, you're passing something else. Can't tell you more atm, error message is not enough, you'll need to give us the code that leads to it
  Reply With Quote