Replies: 1 comment 2 replies
-
@GarboMuffin Wouldn't there be compatibility issues with that kind of thing? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A block that allows you to look up a variable's name using text/number inputs and output the variable as if the block was in there.
USES:
if <(variable (join (variable) (currentvariable))) = ( )> then //Checks for the variable name using the text input of variable, then checks if that variable is empty. If so...
say (Hello!) for (1) seconds //it says hello for 1 second
variable (currentvariable) //Independent use for the variable, outputs the name of the variable currentvariable
Beta Was this translation helpful? Give feedback.
All reactions