home *** CD-ROM | disk | FTP | other *** search
/ Amiga Special: Spiele Hits / Hits-CD.iso / (c) / humans3 / introstart < prev    next >
Text File  |  1997-10-30  |  1KB  |  34 lines

  1.  
  2. ;---------------------------------------------------------------------------------------
  3. ;This Script will show the intro-anim and assign and run the Floppyversion of Humans III
  4. ;---------------------------------------------------------------------------------------
  5.  
  6. failat 21
  7.  
  8. echo "Willkommen bei Humans III !"
  9. echo ""
  10. echo "Sie sehen zunächst eine kleine Animation zur Einführung."
  11. echo "Danach wird Humans III gestartet."
  12. echo ""
  13. echo "Um das Spiel direkt zu starten klicken Sie das nächste mal"
  14. echo "auf das Icon ´StartHumans´!
  15. echo ""
  16. echo "An dieser Stelle möchten wir Thomas Krehbiel für die Freigabe"
  17. echo "des Bild und Animationsanzeigers ViewTek danken."
  18. echo ""
  19. echo "Und nun viel Spaß beim spielen !"
  20.  
  21. hits-cd:(c)/humans3/vt QUIET LOOP 1 hits-cd:(c)/humans3/anims/tek.anm hits-cd:(c)/humans3/anims/iddy.anm hits-cd:(c)/humans3/anims/idl.anm hits-cd:(c)/humans3/anims/intro.anm
  22.  
  23. Assign Evo1: hits-cd:(c)/humans3/Evolution
  24. Assign Evo2: hits-cd:(c)/humans3/Evolution
  25. Assign Evo3: hits-cd:(c)/humans3/Evolution
  26. Assign Evo4: hits-cd:(c)/humans3/Evolution
  27. Assign libs: hits-cd:(c)/humans3/Evolution/libs add
  28.  
  29. EVO1:intro_floppy.exe
  30. EVO1:c/MemClear flush
  31. EVO1:floppy_evo.exe
  32.  
  33. endcli
  34.