init: add workspace files
This commit is contained in:
6
world/cmd/comm/clearwait.js
Normal file
6
world/cmd/comm/clearwait.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
this.inherits(COMMAND);
|
||||
this.command = "clearwait";
|
||||
this.enter = function (player, arg, par) {
|
||||
player.wait_input = null;
|
||||
}
|
||||
Reference in New Issue
Block a user