Simple console window Dedicated to displaying who looted what in group, with item links.
- start in standalone mode
/lua run looted start
/looted show toggles show hide on window.
/looted stop exit sctipt.
Or you can Import into another lua.
- place in your scripts folder name it looted.lua.
- local guiLoot = require('looted')
- guiLoot.imported = true
- guiLoot.shouldDrawGUI = true|false to show or hide window.