Firebot
Firebot copied to clipboard
[Feature Request] Eval variable that includes parameters.
oshimia via Discord:
Currently in order to use evalJs as a custom variable that includes external parameters you need to have them defined first, then run evalJs and then you can use it as a variable. It would be nice to have a variable that runs a predefined Evaluate JavaScript effect and adds in the parameters for it. For example $evalJsParameters[$nameOfEvalEffect, parameter1, parameter2, etc...]. This way you could use variables while using an eval effect more easily, and it would be more adaptable.