Quote Originally Posted by Elizabeth View Post
@kamilqq @Elvang

I tries and don't work...
Code:
local items = {"royal helmet", "shard"}

LootMessageProxy.OnReceive("", function(proxy, message))
    if (table.find(items, string.lower(message))) then
        alert()
    end
end)