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

19 lines
279 B
JavaScript

this.inherits(COMMAND);
this.command = "ex";
this.allow_busy = true;
this.allow_state = true;
this.allow_die = true;
this.admin = true;
this.enter = function (me, type) {
return false;
}
this.append_sklf = function (env) {
}
this.on_enter_fb = function (me, env) {
}