Match file text with variable #647
-
Hello, to automate my OBS setup i have a file text with the current hour generated by Snaz, and i'm wondering if this is possible to have a variable or another text file in the "match" condition of the "content of local file". I want to put a variable or another text file where the arrow is located.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That is not possible in current releases unfortunately. Not sure if it helps for your use case but you could however try this build: It will allow you to use variables you have defined elsewhere in the plugin in text boxes using the following pattern: For example, the action in the below screenshot would result in sending the following message: Let me know if you have any questions or run into issues! |
Beta Was this translation helpful? Give feedback.
That is not possible in current releases unfortunately.
Not sure if it helps for your use case but you could however try this build:
https://github.com/WarmUpTill/SceneSwitcher/actions/runs/3794812200
It will allow you to use variables you have defined elsewhere in the plugin in text boxes using the following pattern:
${variableNameHere}
For example, the action in the below screenshot would result in sending the following message:
Some other text A some more text
Let me know if you have any questions or run into issues!