?? camel.c
字號:
// camel.c#include <command.h>#include <dbase.h>#include <origin.h>inherit NPC;void create(){ set_name("白駱駝", ({ "camel" })); set("long","一匹白駱駝。\n"); set("race", "野獸"); set("age", 5); set("attitude","heroism"); set("str", 30); set("limbs", ({ "頭部", "前蹄", "后蹄", "尾巴" }) ); set("verbs", ({ "sting", "knock" }) );set("dex", 35); set("con", 40); set("int", 10); set("shen", 1); set("combat_exp", 2000); setup();}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -