Posted 09 September 2012 - 09:13 PM
A simple api for making persistent variables. You can use store(name, value) to save a variable and pull(name) to get the value of a previously stored one. Using store(name, nil) or just store(name) (since no input defaults value to nil) will delete the variable.
http://pastebin.com/AN8S6GHp
http://pastebin.com/AN8S6GHp