?? shulin1.c
字號:
// shulin1.c
// by shilling 97.2
inherit ROOM;
void create()
{
set("short", "樹林");
set("long", @LONG
這是一片茂密的樹林。很多棵幾十丈高的大樹聚在一塊,象一把把瓊天
大傘,連日月都被遮蔽得暗然無光。樹林中還不時可以聽到大自然發出的聲響。
LONG );
set("exits", ([
"north" : __DIR__"shulin1",
"south" : __DIR__"shulin1",
"east" : __DIR__"shulin2",
"west" : __DIR__"xiaodao4",
]));
set("outdoors", "xiaoyao");
set_temp("wayao2",2);
set("no_clean_up", 0);
setup();
replace_program(ROOM);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -