@verb #5455:"update" this none this rxdo #9988 @program #5455:"update" this none this "Updates the DB with any changes" if (!caller_perms():controls(this) && caller != this) return raise(E_PERM) endif for x in (this:filelist()) try p = toobj(toint(x)) if (!`is_player(p) ! ANY') this:remove(p) endif except (ANY) endtry $cmd_utils:suspend_if_needed(2) endfor for p in (players()) try this:insert(p, p.name) except (ANY) endtry $cmd_utils:suspend_if_needed(2) endfor "Last modified by Dax (#789) on Tue May 3 14:11:58 2005 MDT." .