__                 _ _                _
  / _| ___   ___   __| | |__   __ _ _ __| | __
 | |_ / _ \ / _ \ / _` | '_ \ / _` | '__| |/ /
 |  _| (_) | (_) | (_| | |_) | (_| | |  |   <
 |_|  \___/ \___/ \__,_|_.__/ \__,_|_|  |_|\_\

A personal BBS  ·  Missoula, Montana  ·  formerly NaClCON BBS

Connect from your terminal: telnet naclconbbs.net 23  |  ssh naclconbbs.net -p 2222

  • lord 2

    From Cru Jones@VERT to All on Mon Jun 15 19:39:17 2026
    Issue:
    javaScript lord2.js line 3148 Error: mail_to() illegal user
    // Game crashes and will exit
    // When you send a message, it asks about deleted people for partially typed
    // names.
    // partial fix:
    // now it still asks about deleted people but at least it wont crash out on the // user. NOTE: `\ is a new line `k is a pause in LORD 2 RTScript.

    if (op === null || op.deleted)
    {
    lln(' `2Illegal user. `0Mail aborted.`\\`\\`k');
    return;
    }
    //the old way
    //if (op === null || op.deleted)
    //throw new Error('mail_to() illegal user');


    Idea:
    javascript lord2.js - Making User Interface Nicer - Line 3238
    // When sending mail it flashes the mail sent to so fast you can't read it.
    // This will give it a blank line with a pause, to inform the user.
    lln(' `2Mail sent to `0'+op.name+'`2``\\`\\`k');

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net