Zeroun_Scripts

OTCv8 Print Loot Messages

Jul 15th, 2022
1,605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. macro(500, "On Message", function()
  2.   onTextMessage(function(mode, text)
  3.     if(currentText ~= text) then
  4.      if(mode == 29) then
  5.             if text:lower():find("gold") then
  6.                print(text)
  7.                currentText = text
  8.             end
  9.        end
  10.      end
  11.   end)
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment