init: add workspace files
This commit is contained in:
9
world/cmd/battle/escape.js
Normal file
9
world/cmd/battle/escape.js
Normal file
@@ -0,0 +1,9 @@
|
||||
this.inherits(COMMAND);
|
||||
this.command = "escape";
|
||||
this.enter = function (me) {
|
||||
|
||||
if (!me.fight_type) {
|
||||
return me.notify("你现在没有在战斗,逃跑干嘛?");
|
||||
}
|
||||
me.do_escape();
|
||||
}
|
||||
Reference in New Issue
Block a user