Search found 2 matches

by june
Sat Jul 24, 2021 4:26 am
Forum: General Discussion
Topic: basic easy save 3
Replies: 3
Views: 900

Re: basic easy save 3

Hi Joel, Thank you very much for your reply. As you told me the code works really well. (not sure why it didn't work before) I also was curious if I can load a text file like filename.txt as a whole from resources. I want to drag and drop a filename.txt file in resources and load it. var myValue = E...
by june
Fri Jul 23, 2021 3:26 am
Forum: General Discussion
Topic: basic easy save 3
Replies: 3
Views: 900

basic easy save 3

Hi, When I follow the getting started tutorial and use ES3.Save("myInt", 123); myInt = ES3.Load("myInt", defaultValue); <---- this doesn't work It seems like I need to use myInt = ES3.Load("myInt", filepath, defaultValue); <------ (question 1)Is there a way to ignore fi...