home *** CD-ROM | disk | FTP | other *** search
- Ima Moron #1 @10331
- Fri Jun 16 12:15:17 1995
- ┌───────────────────────────────────────────────────────────Filo─header─(c)──┐
- │ Mod Name: IMA002.424 Author: Ima Moron 1@10331 WWIVnet │
- │ Difficulty: Very Simple Date: June 16, 1995 │
- │ WWIV Version: 4.24 │
- │ Files Affected: MMENU.C │
- │ Description: Displays user time remaining over the prompt in a clearer │
- │ fashion than " T - 00:30:54 ". │
- └────────────────────────────────────────────────────────────────────────────┘
-
- More Info: History unknown, 1@9653 Icenet and I were modding when I just
- thought this up.
-
- Step 1) Back up your source code!
-
- Step 2) Open MMENU.C
-
- Step 3) Search for - " ctim ", without the quotes.
-
- Step 3) Insert the new code below marked /* ++ */ where indicated, then
- delete the old line marked /* -- */.
-
- In void mainmenu ... at the if loop...
-
- /* ++ */ npr("5You have 2%s 5Remaining!\r\n",ctim(nsl()));0
-
- /* -- */ npr("1T 0- 1%s\r\n",ctim(nsl()));0
-
-
- ... at the }else{ loop...
-
-
- /* ++ */ npr("You have - %s Remaining!\r\n",ctim(nsl()));
-
- /* -- */ npr("T - %s\r\n",ctim(nsl()));
-
- Step 4) Repeat above at void dlmainmenu.
-
- Step 5) Run Make, should be warning and error free.
-
- !!REMEMBER!! If you "make it", you're responsible for it! I assume no
- responsibility for your installing this mod. Please send comments to
- 1@10331 WWIVNet 1@9661 Icenet concerning this mod.
-
- {END}
-
-