7 lines
178 B
JavaScript
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);
|
|
} |