📄 duchuan.c
字号:
// /d/xiakedao/duchuan.c
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", "小舟");
set("long",@LONG
这是一只几尺见方的小舟,除了船尾划桨的黄衣侠客岛接送弟
子外,再不能坐第三个人了。海面几乎和船帮平齐。还好没什么风
浪,你正暗自庆幸。
LONG);
set("outdoors", "xiakedao");
set("no_clean_up", 0);
setup();
replace_program(ROOM) ;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -