init: add workspace files
This commit is contained in:
18
world/cmd/extend/ex.js
Normal file
18
world/cmd/extend/ex.js
Normal file
@@ -0,0 +1,18 @@
|
||||
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) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user