217 @verb #2250:"c_record" this none this rxdo #7788 @program #2250:"c_record" this none this if (!this:fileexists("buffer")) this:filewrite("buffer", {}) endif if (this:ok(player)) if (args[1] == "start") this.record = 1 this:_notify("Recording Starting Now.") elseif (args[1] == "stop") this.record = 0 this:_notify("Recording Stoped Now.") elseif (args[1] == "clear") this:filedelete("buffer") this:filewrite("buffer", {}) this:_notify("Cleared Recording Buffer.") endif endif . 0