diff options
Diffstat (limited to 'js/Events/HALT_f.js')
-rw-r--r-- | js/Events/HALT_f.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Events/HALT_f.js b/js/Events/HALT_f.js index d5ee03d8..053e461c 100644 --- a/js/Events/HALT_f.js +++ b/js/Events/HALT_f.js @@ -18,6 +18,10 @@ function HALT_f() { return this.x; } HALT_f.prototype.get = function HALT_f() { + var options = { + n:["State on halt",this.n], + } + return options; } HALT_f.prototype.set = function HALT_f() { this.n = parseFloat((arguments[0]["n"])) |