--parent trigger
caith = caith or {}
caith.tellsLines = copy2decho()
-- child trigger
caith.tellsLines = caith.tellsLines .. copy2decho()
-- new child trigger, type 'prompt'
chatEMCO:decho("Tells", caith.tellsLines)
caith.tellsLines = nil -- so you don't accidentally keep adding to it forever
--parent trigger
caith = caith or {}
caith.tellsLines = copy2decho()
-- child trigger
caith.tellsLines = caith.tellsLines .. copy2decho()
-- new child trigger, type 'prompt'
chatEMCO:decho("Tells", caith.tellsLines)
caith.tellsLines = nil -- so you don't accidentally keep adding to it forever