You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple scripts that are quite complex and lengthy, but I would like them to trigger also from another trigger, is this possible?
This is my use-case: channel point redemption for "randomise vfx", which executes a long script to generate and send some API values, but at the end, I want to also Chat Send the result of the randomisation which is another long script triggered with !chain. I could Chat Send '!chain' which would trigger the command via chat, but was wondering if there's a nicer way of doing that from within the script.
I read about the Action section but didnt really understand how it's used or if it would help in my use-case.
Cheers!
The text was updated successfully, but these errors were encountered:
Basically the title.
I have a couple scripts that are quite complex and lengthy, but I would like them to trigger also from another trigger, is this possible?
This is my use-case: channel point redemption for "randomise vfx", which executes a long script to generate and send some API values, but at the end, I want to also
Chat Send
the result of the randomisation which is another long script triggered with!chain
. I couldChat Send '!chain'
which would trigger the command via chat, but was wondering if there's a nicer way of doing that from within the script.I read about the
Action
section but didnt really understand how it's used or if it would help in my use-case.Cheers!
The text was updated successfully, but these errors were encountered: