Originally Posted by Elizabeth @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)
local items = {"royal helmet", "shard"} LootMessageProxy.OnReceive("", function(proxy, message)) if (table.find(items, string.lower(message))) then alert() end end)
Forum Rules