6 lines
276 B
JavaScript
6 lines
276 B
JavaScript
this.inherits(ROOM);
|
|
this.name = "太子岩"
|
|
this.desc = "这是一块广场般大小的大石,上面又平又光,显然不是人力搬来,也不是人力制成。";
|
|
this.exits = { "southdown": "wd/shijie1", "north": "wd/tylu" };
|
|
|
|
//this.set_npc("pub/dadizi#WUDANG");
|