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

11 lines
206 B
JavaScript

this.inherits(COMMAND);
this.command = "pk";
this.allow_busy = true;
this.allow_state = true;
this.allow_die = true;
this.allow_faint = true;
this.enter = function (me) {
var zc = WORLD.AREAS[6];
}