Files
wow-weakauras/WA snippets/Weakaurs Useful Shit.lua
2024-08-24 22:43:07 +02:00

4 lines
293 B
Lua

/ run local f, x = CreateFrame("frame", nil, UIParent); f:SetScript("OnUpdate", function() if GameTooltipTextLeft1:GetText():match("Angellianna") then PlaySound(11466, "master", true); if not x then Screenshot(); x = true; end end end)
--debugprofilestop() for accurate time like os.clock