7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
|
|
this.inherits(COMMAND);
|
|
this.command = "clearwait";
|
|
this.enter = function (player, arg, par) {
|
|
player.wait_input = null;
|
|
}
|