📄 clubup.c
字号:
/* <SecCrypt CPL V3R05> */ //changan cityinherit ROOM;void create (){ set ("short", "平安分店二楼"); set ("long", @LONG 乐坊楼上显得格外热闹,走廊里人来人往,几间屋子里人声嘈杂,牌签骨骰钱币落盘的声音不绝。看样子,客人们赌得正欢呢。LONG); //set("item_desc", ([" *** " : " *** ", ])); set("no_dazuo",1);set("no_kill",1);set("no_fight",1); set("no_steal",1); set("pingan",1); set("no_beg",1); set("exits", ([ //sizeof() == 4 "up" : __DIR__"club3", "west" : __DIR__"duchang1", "east" : __DIR__"duchang2",// "north" : __DIR__"duchang3", "south" : __DIR__"duchang4", "down" : __DIR__"club", ])); set("objects", ([ //sizeof() == 1// __DIR__"npc/libai" : 1, __DIR__"obj/tables" : 3, ]));// set("outdoors", "changan"); set("no_clean_up", 0); setup(); replace_program(ROOM);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -