altZanyLvl 1
- Windows
https://studio.code.org/projects/applab/GNwZ3OYmqgnHGk41TNOJAjfBfd0gFw_0mqk0hjJ-tQc/view
If you could help me that would be great.
https://studio.code.org/projects/applab/GNwZ3OYmqgnHGk41TNOJAjfBfd0gFw_0mqk0hjJ-tQc/view
If you could help me that would be great.
Varrience I hate how they're doing it though
DragonFireGames agreed, very annoying workaround to get stuff working offline now
onEvent("Import", "click", function() {
readRecords("User Cloud", {}, function(records) {
for (var i =0; i < records.length; i++) {
if (records[i].User == getUserId()) {
if (records[i].Session == getText("Sessionid")) {
setText("TimeRecords", records[i].Data);
}
}
}
});
});
think you forgot to put [i]'s