;********************************************************* ;This part of the script goes into your ON SIGNON section ;Save/Restore Props by Hex - http://hex.palaceplanet.net ;Any script can call these using "save_props EXEC" and "restore_props STRTOATOM EXEC" save_props GLOBAL restore_props GLOBAL { { 0 i = "[" { " " i USERPROP ITOA & & i ++ } { i NBRUSERPROPS < } WHILE " ] SETPROPS" & restore_props = } { "NAKED" restore_props = } NBRUSERPROPS IFELSE } save_props DEF