#author("2025-01-26T15:02:29+00:00","default:yoya","yoya")
#author("2025-01-26T15:02:36+00:00","default:yoya","yoya")
[[Windower]]

- https://github.com/Windower/Lua/wiki/Events


* incoming text [#f3963559]

- https://www.reddit.com/r/ffxi/comments/ewoi9u/windower_lua_programming_help/

windower.register_event('incoming text',function(org)     
     if org:find('jump') then print("Found jump") end
end)
 windower.register_event('incoming text',function(org)     
      if org:find('jump') then print("Found jump") end
 end)