ahh, then yeah if you use your existing triggers like ```lua --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 ```