Wednesday submitted a new resource:
EQBC Broadcast - Broadcast colored text to all or specific toon
Read more about this resource...
EQBC Broadcast - Broadcast colored text to all or specific toon
Library to help broadcast important information to all EQBC connected toons, or a single defined toon (driver).
Heavily inspired by Knightly's 'Write' Lua script'
Lua:local broadcast = require('broadcast') broadcast.Info("Information for all") broadcast.Success("We succeded") broadcast.Fail("I failed") broadcast.Warn("Im in trouble") broadcast.Error("Something went horribly wrong") -- Handle string formatting too broadcast.Success("%s successully cast %s", mq.TLO.Me.Name, 'Complete...
Read more about this resource...