?? dong81.c
字號(hào):
#include <room.h>
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", HIB"虛神的洞窟"NOR);
set("long", HIB @LONG
這洞穴像是一直延申到地底去.而風(fēng)從地底不停地吹
上來. 一些奇奇怪怪的圖形畫滿了整個(gè)洞穴,除此之外,
地上的足跡也是零零亂亂的.
LONG NOR);
set("magicroom",1);set("outdoors","migong");
set("magicset",1);
set("exits", ([
"west" : __DIR__"dong8"+(random(4)+1),
"east" : __DIR__"dong8"+(random(4)+1),
"north" : __DIR__"dong8"+(random(4)+1),
"south" : __DIR__"dong7"+(random(4)+1),
]));
if (random(3)==0)
set("exits", ([
"west" : __DIR__"dong8"+(random(4)+1),
"east" : __DIR__"dong8"+(random(4)+1),
]));
if (random(3)==0)
set("exits", ([
"south" : __DIR__"dong7"+(random(3)+1),
"north" : __DIR__"dong82",
]));
set("objects", ([
__DIR__"npc/lev8" : 1,
__DIR__"npc/lev7" : 1,
]));
set("no_clean_up", 0);
setup();
replace_program(ROOM);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -