View Single Post
04-28-21, 05:04 PM   #6
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 321
Originally Posted by SDPhantom View Post
Last I checked, it still works on reload. You just can't differentiate it between a login or reload.
Ah, even better! Then definitely go for this:

Lua Code:
  1. local f = CreateFrame("Frame")
  2. f:SetScript("OnEvent", ToggleCalendar)
  3. f:RegisterEvent("PLAYER_LOGIN")
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote