EDIT the init.lua to add YOUR TOON NAMES.
-- EDIT THESE WITH YOUR TANKS/ENC/CLERICS, Rogues and COP carrying toons.
--TODO - Dynamically assign these.
local MT = "MT-TANKNAME"
local MA = "MA-TankName"
local OT = {"OT1", "OT2", "OT3", "OT4", "OT5", "OT6"}
local Enc = {"ENC1", "ENC2"}
local Clr= {"CLR1","CLR2","CLR3","CLR4","CLR5","CLR6","CLR7"}
local COP= {"COP1", "COP2", "COP3", "COP4", "COP5","COP6"}
local Rog = {"Rogue1", "Rogue2", "Rogue3"}