ahh, then yeah if you use your existing triggers like ```lua --parent trigger caith = caith or {} ca

ahh, then yeah if you use your existing triggers like
--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
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?