Switch to edit mode.
Name(s): _disfunc1: if (!$perm_utils:is_called_from($login, "user_disconnected") && !$perm_utils:is_called_from($login, "user_client_disconnected")) 2: return E_PERM 3: endif 4: suspend(60) 5: where = this.location 6: home = this.home 7: if (this in connected_players()) 8: return 9: elseif (where == home) 10: this.location:announce(player:title(), " lets out a quiet snore.") 11: else 12: this.location:announce(player:title(), " wakes up suddenly, excuses himself and goes home.") 13: move(this, home) 14: endif 15: pass(@args) 16: "Last modified by Avator (#2168) on Wed Feb 17 18:53:24 1999 MST."