Switch to edit mode.
Name(s): act*ivate1: if (old = $list_utils:iassoc(player, clients = this.clients))
2: clients[old][2] = time()
3: this.clients = clients
4: else
5: this.clients = {@clients, {player, time()}}
6: endif
7: player:tell("All your possessions will be preserved until you NEXT RECONNECT to ", $name, ".")
8: player:tell("Note: If you are gone for more than 3 months, your character will be recycled.")
9: player:tell("Have a nice vacation.")
10: "Last modified by Dax (#789) on Tue Apr 13 03:02:54 1999 MDT."