Alert Rework (2.1.0)
This commit is contained in:
7
init.lua
7
init.lua
@@ -165,6 +165,13 @@ local function MyAddonCommands(msg, editbox)
|
||||
end
|
||||
elseif (msg == 'config') then
|
||||
MX:ShowSettingsUI();
|
||||
elseif (msg == 'atest') then
|
||||
local by = 300;
|
||||
for i = 4,1,-1 do
|
||||
MX:ShowAlert("\124cff1eff00\124Hitem:171830::::::::60:::::\124h[Oxxein Ore]\124h\124r",4,50000000,by);
|
||||
by = by - 90;
|
||||
end
|
||||
local by = 300;
|
||||
else
|
||||
print(L["ChatCMD_Help"])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user