init: add workspace files
This commit is contained in:
7
world/cmd/action/challenge.js
Normal file
7
world/cmd/action/challenge.js
Normal file
@@ -0,0 +1,7 @@
|
||||
this.inherits(COMMAND);
|
||||
this.command = "challenge";
|
||||
this.allow_fight = false;
|
||||
this.enter = function (player, index) {
|
||||
|
||||
return WORLD.COMMANDS['biwu'].biwu_record(player);
|
||||
}
|
||||
Reference in New Issue
Block a user