?? dong54.c
字號:
#include <room.h>
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", GRN"海之礁島"NOR);
set("long", GRN @LONG
一個大浪打在巖礁上,濺起□天的水花,你閃避不及被淋個正著
海風吹來,遠遠眺望,幾艘漁船正隨波載浮載沈;晦暗不明的天空,烏
云團簇好似一只只正在張牙舞爪的野獸。
LONG NOR);
set("magicroom",1);set("outdoors","migong");
set("magicset",1);
set("exits", ([
"west" : __DIR__"dong5"+(random(5)+1),
"east" : __DIR__"dong5"+(random(5)+1),
"south" : __DIR__"dong53",
"north" : __DIR__"dong54",
]));
if (random(2)==0)
set("exits", ([
"west" : __DIR__"dong5"+(random(5)+1),
"east" : __DIR__"dong4"+(random(5)+1),
"south" : __DIR__"dong5"+(random(5)+1),
"north" : __DIR__"dong4"+(random(5)+1),
]));
set("objects", ([
__DIR__"npc/lev6" : 2,
__DIR__"npc/lev4" : 1,
"/clone/box/gboxm" : 1,
]));
set("no_clean_up", 0);
setup();
replace_program(ROOM);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -