home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / Oldies / Haktar / MyRoom / Amiga < prev    next >
Encoding:
Text File  |  1999-12-03  |  2.6 KB  |  118 lines

  1. ifflag Amiga on
  2.  [
  3.   do switch off
  4.    [
  5.     delflag Amiga on
  6.    ]
  7.   do format all disks
  8.    [
  9.     setflag destr
  10.     addtime 70
  11.     print A lot of work !
  12.    ]
  13.   ifflag disks searched
  14.    [
  15.     do read the conquest scroll text (WARNING : it is LONG !)
  16.      [
  17.       printfile conquest.txt
  18.       addtime 12
  19.      ]
  20.     do play Haktar
  21.      [
  22.       print What do you expect ?
  23.       print A cool comment ?
  24.       print Or a second Haktar task ?
  25.       print You will not get any of these !
  26.       print You just have fun while playing some minutes.
  27.       addtime 8
  28.      ]
  29.     do play Pipeline
  30.      [
  31.       ifvar Pipeline,0,1
  32.        [
  33.         print What is happening ? Oh, yes, oh, no, what ?!
  34.         print GAME OVER !
  35.         addtime 1
  36.        |
  37.         ifvar Pipeline,2,7
  38.          [
  39.           print AH, I understand !
  40.           print Yeah !
  41.           addtime 3
  42.          |
  43.           print HA ! The high score is broken !
  44.           addtime 10
  45.           addvar Pipeline,-1
  46.          ]
  47.        ]
  48.       addvar Pipeline,1
  49.      ]
  50.     do read X-Gram.doc
  51.      [
  52.       printfile X-gram.doc
  53.      ]
  54.     do load X-Gram
  55.      [
  56.       ? X-Gram is now running an your WorkBench!
  57.       doscall Mice:X-Gram
  58.      ]
  59.     do read MegaTexter.doc
  60.      [
  61.       printfile megatexter.doc
  62.      ]
  63.     do load MegaTexter
  64.      [
  65.       ? MegaTexter is now running an your WorkBench!
  66.       doscall Mice:MegaTexter
  67.      ]
  68.     do read MiceInLove.doc
  69.      [
  70.       printfile LoveMice.doc
  71.      ]
  72.     do look at the Mice in Love examples
  73.      [
  74.       ifflag LoveMiceSeen
  75.        [
  76.         delflag LoveMiceSeen
  77.         doscall Mice:lovemice Mice:tubewings
  78.         doscall Mice:lovemice Mice:bottle
  79.         doscall Mice:lovemice Mice:colors
  80.         doscall Mice:lovemice Mice:druden
  81.         doscall Mice:lovemice Mice:fighter
  82.         doscall Mice:lovemice Mice:four
  83.         doscall Mice:lovemice Mice:triangle
  84.        |
  85.         setflag LoveMiceSeen
  86.         doscall Mice:lovemice Mice:apple
  87.         doscall Mice:lovemice Mice:atomic
  88.         doscall Mice:lovemice Mice:four
  89.         doscall Mice:lovemice Mice:five
  90.         doscall Mice:lovemice Mice:mountainlake
  91.         doscall Mice:lovemice Mice:screw
  92.         doscall Mice:lovemice Mice:snake
  93.         doscall Mice:lovemice Mice:uhu
  94.         doscall Mice:lovemice Mice:x
  95.        ]
  96.      ]
  97.     do start Blob
  98.      [
  99.       doscall Mice:run Mice:Blob
  100.       ? Look at the WorkBenchScreen to switch Blob off.
  101.      ]
  102.    |
  103.     do search disks for interesting stuff
  104.      [
  105.       print You find some self-made progs and some original games.
  106.       addtime 16
  107.       setflag disks searched
  108.      ]
  109.    ]
  110.  |
  111.   do switch on
  112.    [
  113.     print The roar of the A590 is heard.
  114.     setflag Amiga on
  115.    ]
  116.  ]
  117.  
  118.