home *** CD-ROM | disk | FTP | other *** search
- Johnny Five #26 @15301
- Fri Jul 07 13:07:36 1995
- ╒NI Header (c)══════════════════════════════════════════════════════════════╕
- │ N O V A I N D U S T R I E S B B S 9 0 4 - 2 6 0 - 2 3 9 4 │
- ╞═══════════════════════════════════════════════════════════════════════════╡
- │ Mod Name : NI-006.424 Author: Johnny Five 1 @1 ExcelNet │
- │ 1 @15333 WWIVnet │
- │ Difficulty: Can you pick your nose? 1 @9411 TFAlink │
- │ 1 @4000 COWBOYnet │
- │ Version : 4.24 Date: 05-04-95 and many others │
- │ │
- │ Files Affected: │
- │ │
- │ Description: Users can Upload messages at the read prompt like //UPLOAD │
- │ and you can like //LOAD when you type 'L' . │
- ╘═══════════════════════════════════════════════════════════════════════════╛
-
- This Mod was originally by Darrell Mobley for v4.20
-
-
- = Already there
- + add
- - Remove
- * change
-
-
- Step 1: B(ack).U(p).Y(our).S(ource).
-
- Step 2: load up MSGBASE1.C and look for "case 'L':". Add replace it
- with this ones
-
- case 'L':
- if (!so()) {
- upload_post();
- } else {
- nl();
- prt(2,get_string(7));
- input(s,50);
- if (s[0]) {
- nl();
- prt(5,get_string(17));
- if (yn()) {
- nl();
- load_workspace(s,0);
- } else {
- nl();
- load_workspace(s,1);
- }
- }
- }
- break;
-
-
- SAVE AND COMPILE!
-
-