@pcwii @forslund gave me some advice that I found extremely useful for saving data in a file and calling it later. Here. But after speaking with @steve.penrod I realized that it can cause issues on a Mark 1 for example if you try to save a file anywhere other than that particular skill’s own folder. The issue with writing it to the skill folder is it will cause the skill to reload. I even ran into a loop when writing a file during the
Def initialize(self)
It’s all in the post if you are interested in reading about my experience with writing files. I eventually only save a small json file with the ip into the skill folder and figured out another way for the code forslund thought I could try.
I hope you find this helpful.
Cheers!