--- deliantra/server/include/object.h 2008/05/04 08:25:33 1.173 +++ deliantra/server/include/object.h 2008/05/04 18:46:01 1.175 @@ -539,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; @@ -679,7 +680,7 @@ MTH void link (); MTH void unlink (); - MTH static object *get (const char *name); // find()->instance() + MTH static object *get (const char *name); // (find() || singularity)->instance() MTH object *instance (); object_vector_index ACC (RW, archid); // index in archvector