Describe the solution you'd like
Since Loop Effects are basically effects lists themselves, it'd be helpful to give them the same option to apply effect outputs to parent lists. Output effects are local variables accessible only in the list that they appear in. Effects lists have the option to apply these outputs to parent lists.
Additional context
I have a multi-shoutout command that uses a temporary global variable, which is clunky. The output effect is perfect for this, except that I use a loop effect in my command. I have no way to expose the result of the loop to the rest of the command's effects. This feature suggestion would fix that.
Describe the solution you'd like
Since Loop Effects are basically effects lists themselves, it'd be helpful to give them the same option to apply effect outputs to parent lists. Output effects are local variables accessible only in the list that they appear in. Effects lists have the option to apply these outputs to parent lists.
Additional context
I have a multi-shoutout command that uses a temporary global variable, which is clunky. The output effect is perfect for this, except that I use a loop effect in my command. I have no way to expose the result of the loop to the rest of the command's effects. This feature suggestion would fix that.