Re: I just installed syncterm I NOW LIKE BBSES!! :)
By: Mortar to Massy73 on Tue Aug 18 2026 13:47:29
You can still experience that. Just turn the baud rate down on your terminal program. On SyncTerm, it's ALT-cursor down.
// Script Logoff Slow - Shadowland BBS
var filename = system.text_dir + "menu/logoff_art.ans";
var f = new File(filename);
if (f.open("rb")) {
var lines = f.readAll();
f.close();
var slow = true;
for (var i = 0; i < lines.length; i++) {
console.write(lines[i] + "\r\n");
console.flush();
if (slow) {
var key = console.inkey(K_NONE, 0);
if (key !== "")
slow = false;
else
mswait(35);
}
}
}
I usually throttle the terminal output by setting a lower speed, but pressing any key restores it to full speed. Although I kind of enjoy imagining my ears burning while some user is cussing me out. Just kidding!
Max.
Your friendly neighborhood SysOp
---
■ Synchronet ■ Shadowland BBS Italy