Subj : Re: classic_shell.js
To : Deuce
From : Bill McGarrity
Date : Sat Feb 08 2014 10:44 pm
-=> Deuce wrote to Bill McGarrity <=-
> I am just getting my feet wet with programing and I wanted to make a change
> in the e-mail section of classc_shell.js. My plan is to add another command
> to it so it wil call a door that looks at an FTN nodelist. So say under the
> "N" I wanted to add a "L" for FTN Lookup... what would be involved?
De> So, at about line 291 or so you would add something like this:
De> case 'L':
De> bbs.exec_xtrn('CODE');
De> continue main;
De> (Assuming that "CODE" is the internal code of the door).
De> Then you would need to modify the menu ASC file. In text/menu, there's
De> a main.asc file. I think PabloDraw supports editing ASC files
De> directly, so fire up PB and load main.asc and fix up the menu to
De> include the new 'L' command.
Thank you Deuce... y'all are just super at giving help.. :) So if I understand
the info above is for the .js file. DM just gave me the info for
default.scr/bin, which is baja. I'l try both ways... :)