Closed Protowalker closed 4 years ago
Added the ability to use JSON to store data. Do this by using
import "example.json" as [variable name];
this has the side effect that lobby settings will only be taken in as such when they use the file name "lobby.json".
JSON Arrays and objects cannot be stored inside of JSON arrays, however this should be fixed soon.
Added the ability to use JSON to store data. Do this by using
this has the side effect that lobby settings will only be taken in as such when they use the file name "lobby.json".
JSON Arrays and objects cannot be stored inside of JSON arrays, however this should be fixed soon.