?? tianzhongge.c
字號:
// Room: /d/songshan/tianzhongge.c
// Date: CSWORD 96/03/25
inherit ROOM;
void create()
{
set("short", "天中閣");
set("long", @LONG
天中閣是中岳廟的大門,原稱黃中閣。廟內有古柏三百余株,金
石碑碣百余座。廟前石翁仲,雕制古樸。南面是嵩山的出口太室闕。
LONG );
set("outdoors","songshan");
set("exits", ([
"north" : __DIR__"chongsheng",
"south" : __DIR__"taishique",
]));
set("no_clean_up", 0);
setup();
replace_program(ROOM);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -