How do I set Turbowarp cloud variables? #560
-
|
I can connect to Turbowarp's cloud variables, but I can't seem to set the "SEND" variable to 10. This is my code: import scratchattach as sa
from scratchattach.utils.encoder import Encoding
session = sa.login("USERNAME", "PASSWORD")
cloud = session.connect_tw_cloud(1264216877)
events = cloud.events()
decode = Encoding.decode
encode = Encoding.encode
cloud.set_var("SEND", "10") |
Beta Was this translation helpful? Give feedback.
Answered by
TheCommCraft
Jan 13, 2026
Replies: 1 comment 2 replies
-
|
Do you not get an Exception or Traceback? |
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
Did you open the turbowarp editor to check this? If you open the editor, the cloud connection instantly fails.