• lord 2

    From Cru Jones@VERT to All on Monday, June 15, 2026 19:39:17
    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