home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / www / gloom / files / gloom_cheat.lha / Cheat next >
Text File  |  1996-04-17  |  2KB  |  68 lines

  1. cd MISC
  2.  
  3. if NOT exists env:
  4.  assign env: ram:
  5. endif
  6.  
  7. REQUESTCHOICE "GloomDeluxe Weltwahl" "Welche Welt willst Du spielen?" Spacehulk GothicTomb Hell Original Original_Plus "zuletzt gespielte" >env:welt
  8.  
  9. if $WELT EQ 4
  10.  copy Script.deutsch to script
  11.  echo >/gloomgame gamegamegamegamegamegamegamegame noline
  12.  Skip end
  13. endif
  14.  
  15. if $WELT EQ 5
  16.  copy Script.deutsch_plus to script
  17.  echo >/gloomgame gamegamegamegamegamegamegamegame noline
  18.  Skip end
  19. endif
  20.  
  21. if $Welt NOT EQ 0
  22. REQUESTCHOICE "GloomDeluxe Levelwahl" "Welchen Level willst Du spielen ?" 1 2 3 4 5 6 7 Alle >env:Level
  23. echo >/gloomgame gamegamegamegamegamegamegamegame noline
  24. if $Level EQ 0
  25.  copy Script$welt to Script
  26.  Skip end
  27. endif
  28. echo ";GloomDeluxe Level-Anwahl trainer" >Script
  29. if $welt EQ 1
  30.  echo "pict_spacehulk*ntile_1" >>script
  31. endif
  32. if $welt EQ 2
  33.  echo "pict_gothic*ntile_2" >>script
  34. endif
  35. if $welt EQ 3
  36.  echo "pict_hell*ntile_3" >>script
  37. endif
  38. echo "draw_*nshow_*ntext_Gloom Deluxe Level Trainer lÄuft*nwait_*ndark_" >>script
  39. if $welt eq 1
  40.  echo play_map1_$level >>script
  41. endif
  42. if $welt eq 2
  43.  echo Play_map3_$Level >>script
  44. endif
  45. if $Welt eq 3
  46.  echo play_map4_$Level >>script
  47. endif
  48. echo "pict_theend*ndraw_*nshow_*ntext_Du hast den ausgewählten Level geschafft!*nwait_*ndone_" >>script
  49. endif
  50. delete env:game >NIL:
  51. sploin /gloomgame env:game -s -o28 -n4 >NIL:
  52. if $game NOT EQ "game"
  53.  delete ram:game >NIL:
  54.  sploin /gloomgame ram:game -s -o24 -n8 >NIL:
  55.  echo >>ram:game gamegamegamegamegamegame NOLINE
  56.  copy ram:game /gloomgame
  57. endif
  58. lab end
  59. cd /
  60. REQUESTCHOICE "GloomDeluxe Modus Auswahl" "Welchen Grafikmodus willst Du?" Alt Deluxe Exit >env:engine
  61. if $engine EQ 1
  62.  gloom
  63. endif
  64. if $engine eq 2
  65.  gloom2
  66. endif
  67.  
  68.