Spherical forums

User-Made => Libraries => Topic started by: Ma3vis on January 17, 2017, 12:18:33 am

Title: Persist.js
Post by: Ma3vis on January 17, 2017, 12:18:33 am

Does anyone have a copy of Tung's persist.js script?

It was used to store variables and define events for maps
Title: Re: Persist.js
Post by: Fat Cerberus on January 17, 2017, 01:53:38 am
It's still around here somewhere, but Radnen at one point wrote a replacement for it (100% compatible) which is less buggy, analogue.js:
http://forums.spheredev.org/index.php/topic,122.0.html
Title: Re: Persist.js
Post by: Fat Cerberus on January 17, 2017, 02:13:46 am
Actually now that I think of it, minisphere includes analogue.js out of the box.  Just do RequireSystemScript('analogue.js'); at the top of your main script and you're good to go.