#Can I check if a Global Script has a variable and then setting it so something?
13 messages · Page 1 of 1 (latest)
but I want to assign something to the variable in the Global Script
is there a way to do that?
Maybe this?
if finishValue in GPS:
finishValue = true
But if it's a global script.. How does the variable change?
I'm not quite understanding what you're doing here, I guess
Oh, if finishValue is a string with the name of the variable you want to change
Then yes, you can do this
GPS.set(finishValue, true)
thank you