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
Who's Online
Recent Visitors
Noozle
Wed Jun 17 08:27:55 2026
from
Noozle City
via
Telnet
Noozle
Tue Jun 16 16:49:14 2026
from
Noozle City
via
Telnet
Noozle
Mon Jun 15 09:50:24 2026
from
Noozle City
via
Telnet
Noozle
Sun Jun 14 11:44:58 2026
from
Noozle City
via
Telnet