ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示
/cmds/std/enter.c
// enter.c
inherit F_CLEAN_UP;
int main(object me, string arg)
{
return notify_fail("你要進入什麼地方﹖\n");
}