📄 taohua1.c
字号:
// Room: /city/taohua1.c
// YZC 1995/12/04
inherit ROOM;
void create()
{
set("short", "桃花林");
set("long", @LONG
这是一片烂漫的桃花林,满山遍野的桃树枝上,开着桃红的桃
花。桃花上头,飞满了细细嗡嗡的不甘寂寞的蜜蜂。脚下是一条不
宽也不窄的林间小道,道边是密密丛丛的嫩草和争奇斗艳的小花。
LONG );
set("outdoors", "city");
// set("no_clean_up", 0);
set("exits", ([
"north" : __DIR__"taohua2",
"south" : __DIR__"ximen",
]));
set("objects", ([
"/d/wudang/npc/bee" : 1,
]));
setup();
replace_program(ROOM);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -