Files
wsmud/world/cmd/action/challenge.js
2026-05-26 16:41:20 +08:00

7 lines
178 B
JavaScript

this.inherits(COMMAND);
this.command = "challenge";
this.allow_fight = false;
this.enter = function (player, index) {
return WORLD.COMMANDS['biwu'].biwu_record(player);
}