animehack Posted May 15, 2020 Posted May 15, 2020 i want to save a value with my script so when i call another function it can go to saved and edit the saved value can anyone help?
HEROGAMEOfficial Posted May 15, 2020 Posted May 15, 2020 Save value: gg.addListItems(gg.getResults(gg.getResultsCount())) gg.saveList("/sdcard/Values.txt") Load value: gg.loadList("/sdcard/Values.txt") gg.loadResults(gg.getListItems()) gg.clearList() More: https://gameguardian.net/help/classgg.html
animehack Posted May 15, 2020 Author Posted May 15, 2020 4 hours ago, HEROGAMEOfficial said: Save value: gg.addListItems(gg.getResults(gg.getResultsCount())) gg.saveList("/sdcard/Values.txt") Load value: gg.loadList("/sdcard/Values.txt") gg.loadResults(gg.getListItems()) gg.clearList() More: https://gameguardian.net/help/classgg.html thx
Question
animehack
i want to save a value with my script so when i call another function it can go to saved and edit the saved value can anyone help?
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.