home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 7 / AACD07.ISO / AACD / Magazine / ActiveGamer / BubbleHeroes < prev    next >
Text File  |  1999-09-08  |  339b  |  23 lines

  1.  
  2. C/SetPatch >NIL:
  3.  
  4. if exists s:bhinfo_old
  5.   if exists s:bhinfo
  6.     C/Delete s:bhinfo >NIL:
  7.   endif
  8.   C/Rename s:bhinfo_old s:bhinfo >NIL:
  9. endif
  10.  
  11. if exists s:bhinfo
  12.   C/Rename s:bhinfo s:bhinfo_old >NIL:
  13. endif
  14.  
  15. BH >NIL:
  16.  
  17. if exists s:bhinfo
  18.   C/Delete s:bhinfo >NIL:
  19. endif
  20. if exists s:bhinfo_old
  21.   C/Rename s:bhinfo_old s:bhinfo >NIL:
  22. endif
  23.