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