[WUT] Adam just read these. https://studio.code.org/docs/ide/applab/expressions/getKeyValue https://studio.code.org/docs/ide/applab/expressions/setKeyValue
[WUT] Adam -wyi What I usually do is define a variable at the start of the program, and in the draw loop, I have it call getKeyValue to get... well, whatever you need to get, and then set the variable to the response.
[WUT] Adam -wyi var score = 0; function draw() { getKeyValue("score", function (rec) { score = rec; }); }
Varrience -wyi Well i don't have time at the moment to put up something I may just put up a separate post going over how it works that is if i don't feel like doo doo by then but I'll get around to doing it soon, hopefully you won't mind waiting
person this is literally what went on im my brain when i discovered key values, back when i was important 😪