home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / MODS / ALLMODS.ZIP / IMA002.ZIP / IMA002.MOD < prev   
Encoding:
Text File  |  1995-06-17  |  1.6 KB  |  48 lines

  1. Ima Moron #1 @10331
  2. Fri Jun 16 12:15:17 1995
  3. ┌───────────────────────────────────────────────────────────Filo─header─(c)──┐
  4. │ Mod Name:       IMA002.424              Author:  Ima Moron 1@10331 WWIVnet │
  5. │ Difficulty:     Very Simple             Date:    June 16, 1995             │
  6. │ WWIV Version:   4.24                                                       │
  7. │ Files Affected: MMENU.C                                                    │
  8. │ Description:    Displays user time remaining over the prompt in a clearer  │
  9. │                 fashion than " T - 00:30:54 ".                             │
  10. └────────────────────────────────────────────────────────────────────────────┘
  11.  
  12. More Info: History unknown, 1@9653 Icenet and I were modding when I just
  13.            thought this up.
  14.  
  15.  Step 1)  Back up your source code!
  16.  
  17.  Step 2)  Open MMENU.C
  18.  
  19.  Step 3)  Search for -  " ctim ", without the quotes.
  20.  
  21.  Step 3)  Insert the new code below marked /* ++ */ where indicated, then
  22.           delete the old line marked /* -- */.
  23.  
  24.   In void mainmenu ... at the if loop...
  25.  
  26. /* ++ */    npr("5You have 2%s 5Remaining!\r\n",ctim(nsl()));0
  27.  
  28. /* -- */    npr("1T 0- 1%s\r\n",ctim(nsl()));0
  29.  
  30.  
  31.   ... at the }else{ loop...
  32.  
  33.  
  34. /* ++ */    npr("You have - %s Remaining!\r\n",ctim(nsl()));
  35.  
  36. /* -- */    npr("T - %s\r\n",ctim(nsl()));
  37.  
  38.   Step 4)  Repeat above at void dlmainmenu.
  39.  
  40.   Step 5)  Run Make, should be warning and error free.
  41.  
  42.   !!REMEMBER!! If you "make it", you're responsible for it! I assume no
  43.   responsibility for your installing this mod. Please send comments to
  44.   1@10331 WWIVNet 1@9661 Icenet concerning this mod.
  45.  
  46.   {END}
  47.  
  48.