Hello.
Is there any way to get infos about save like the name, description, creator nickname, votes amount etc into an array or variable?
I want to challange myself making a save related script that needs to get these infos.
TPT mods like Cracker1000 or Jacob1's mod can show ratings amount on saves, as for name, descriptions and the rest i doubt it, but i'm not a coder so take the opinion with a grain of salt
TLDR: you can try to replicate the vote showing system from the 2 mods i mentioned and try to do the thing with them, but otherwise idk
You can look into the http part of the lua api
I recommend using the .json endpoints like https://powdertoy.co.uk/Browse/View.json?ID=2198
You can use smth like this to parse the json and get all the info like that
Thanks for feedback guys.
Appreciate yalls help
...i have got an unexpected problem.
every time i try to get anything with http.get gives me userdata and i cant use it in any way.
any idea how do i fix that ?
edit: i probably didnt understand the article on tpt wiki.