WHIP13.MOD Whiplash #1 @3651 Wed Feb 03 07:42:09 1993 ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Mod Name: WHIP13.MOD Mod Author: Whiplash ³ ³ Difficulty: Easy Date: February 1, 1993 ³ ³ WWIV Version: 4.22 ³ ³ Description: Access both WOMR .QWK and WOMR Eclipse off your main menu. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ As most of you might realize, I have not released any of my mods in a long time. Most of them are small and worthless, so I never released them, but someone told me I should release a few of my handy ones, so I am putting this one up today. What this mod will do is when someone hits 'H' from the main menu, they will be given a menu to choose between WOMR .QWK and WOMR Eclipse and then it will go into that offline reader. The new versions of these are on my board for download, if you wish to pick them up. Step #1: Back up BBS.C. This mod will not effect any other file. Step #2: Open up BBS.C and search for void mainmenu(); Step #3: Enter this case statement somewhere with the rest: case 'H': offline_menu(); break; Step #4: Block copy this void somewhere into BBS.C: void offline_menu(void) { char ch,s[81],s1[81],s2[81]; nl(); nl(); npr("2Select Offline Reader:\r\n"); npr("112] 3WOMR 7QWK Offline Reader\r\n"); npr("122] 3WOMR 7Eclipse Offline Reader\r\n"); nl(); npr("1Which Choice? "); sb(1,7); ch=onek("12Q"); nl(); switch(ch) { case 'Q': break; case '1': npr("Please Standby...\r\n"); set_protect(0); strcpy(s1,"WOMR-QWK %1"); strcpy(s2,create_chain_file("CHAIN.TXT")); stuff_in(s,s1,s2,"","","",""); shrink_out(s,1,0,1,1); break; case '2': npr("Please Standby...\r\n"); set_protect(0); strcpy(s1,"WOMR %1"); strcpy(s2,create_chain_file("CHAIN.TXT")); stuff_in(s,s1,s2,"","","",""); shrink_out(s,1,0,1,1); break; } } Step #5: Compile the BBS. If you wish, you can make a seperate file in your GFILES directory for that menu, and make those strings external. I personally hate external things, but I am an idiot, so it is not a problem. Step #6: Email me, and tell me how much you hate it, so I will stop putting out such foolish trash. If it causes a solar eclipse, the ozone to explode, Mother Theresa to lose her virginity and makes John C. Holmes come back to life, it's your fault. If you have any questions, email me: WWIVnet 1@3653 SOLARnet 1@13651 IceNET 1@3652 RCnet 1@2 TestNet 1@3650 WWIVLink 1@13659 or call my sucky board: Out Of Time, (316)/788-9495.... Well boys, that's it for this time... Z-ya......