ScriptUO

Scripting Resources & Utilities => ScriptUO Application => Bug discussion => Topic started by: 12TimesOver on September 03, 2008, 12:20:19 PM

Title: Global and Persistent Vars not in Var list
Post by: 12TimesOver on September 03, 2008, 12:20:19 PM
Probably already been discussed before but I just happened to notice that the User Variables only lists Locals. Wasn't sure if this was by design or already known so I figured I'd mention it here just in case.

XII
Title: Re: Global and Persistent Vars not in Var list
Post by: TrailMyx on September 03, 2008, 12:24:18 PM
Just haven't implemented those yet.  It's a different set of subs for those.  And since I very rarely EVER use *vars, they didn't really rank up on my priority list.  They'll get in there, however eventually.
Title: Re: Global and Persistent Vars not in Var list
Post by: 12TimesOver on September 03, 2008, 12:25:50 PM
Cool, thx for the info!

How do you save settings between sessions in your scripts if not with the registry, file system output?

XII
Title: Re: Global and Persistent Vars not in Var list
Post by: TrailMyx on September 03, 2008, 12:29:09 PM
Cool, thx for the info!

How do you save settings between sessions in your scripts if not with the registry, file system output?

XII

Most of the time I use my file system for it.  Generally I'm save a truckload of data, and I don't want to pollute my already-fat registry with more crap.  I have used *vars very very rarely (the healing commander is one)