4 lines
293 B
Lua
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
|