Switch to edit mode.
Name(s): @join1: real = $su:match_player(dobjstr) 2: if (!valid(real)) 3: return this:tell(dobjstr, " does not exist.") 4: endif 5: where = real.location 6: if (where:accept(this)) 7: this:move(where) 8: else 9: this:tell(where:title(), " rejected ", this:title(), "!") 10: endif 11: "Last modified by Even (#9982) on Mon Aug 25 14:20:57 2003 MDT."