Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
1.3K
Read FYI popup #86
Reads text in a popup FYI window.
255b | 9 lines.
onLoginAdvice(function(message)
  for i, rootW in pairs(rootWidget:getChildren()) do
    if rootW:getText() == "For Your Information" then
      local a = rootW:getChildById('messageBoxLabel')
      warn(a:getText())
      break
    end
  end
end)
- remove | + add

24 Mar 2022
Ads