View Single Post
06/06/20, 02:14 PM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
MyAddOnTable needs to not be local. My guess is that's what's going on.
A better way to check the value at that time than what you're doing, is to add pChat as an optional dependency, and then you can use d() directly within the OnInitialized tag.
  Reply With Quote