View Single Post
04-28-21, 12:59 PM   #2
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Lua Code:
  1. local f = CreateFrame("Frame")
  2. f:SetScript("OnEvent", ToggleCalendar)
  3. f:RegisterEvent("PLAYER_ENTERING_WORLD")
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote