Solved: Conditional that says "if session is active" #107
shmup
started this conversation in
Script help
Replies: 1 comment
-
If the name of your session is 'bla' you could use:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm keeping everything in a single
.tin
script for simplicity, and I want to reload the script while a session is running, but have some of it scoped to anif
conditional. I'm just not sure what this conditional would look like.#if {"session is active"} {"do some stuff"};#else {"do some other stuff"}
Generally this is so I don't rerun
#session
bit, but also other ideas in mind.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions