--- deliantra/server/include/object.h 2008/05/03 11:14:50 1.172 +++ deliantra/server/include/object.h 2008/05/04 15:22:14 1.174 @@ -340,7 +340,8 @@ MTH static object *create (); const mapxy &operator =(const mapxy &pos); MTH void copy_to (object *dst); - MTH object *clone (); // create + copy_to + MTH object *clone (); // create + copy_to a single object + MTH object *deep_clone (); // copy whole more chain and inventory void do_destroy (); void gather_callbacks (AV *&callbacks, event_type event) const; MTH void destroy (bool destroy_inventory = false); @@ -538,6 +539,7 @@ void enter_exit (object *exit);//Perl MTH void enter_map (maptile *newmap, int x, int y); + void player_goto (const char *path, int x, int y); // only for players // returns the mapspace this object is in mapspace &ms () const;