home *** CD-ROM | disk | FTP | other *** search
- ;; Copyright 1995 Crack dot Com, All Rights reserved
- ;; See licencing information for more details on usage rights
-
- ;; all messages that need translation here
-
- (setq gamma_msg "Select the darkest color visible \n on your monitor for each spectrum")
- (setq telep_msg "Press down to teleport")
-
- (defun get_train_msg (message_num)
- (select message_num
- (0 "Aim gun with mouse, fire with left mouse button")
- (1 "Collect ammo to increase firing speed")
- (2 "Press the down arrow to activate objects, this is a switch")
- (3 "This console saves the state of the game, press down")
- (4 "Press down to activate platform")
- (5 "Hold down the right mouse button to use special powers")
- (6 "Click with the RIGHT mouse button to select weapons")
- (7 "Press the up arrow to climb ladders")
- (8 "Press the down arrow to start!")
- (9 "Shoot hidden walls to destroy them")
- (10 "Shoot switch ball to activate")
- ))
-
- (setq to_be_continued "To be continued.....")
-
- (setq end_msg
- (concatenate 'string "Thank you for playing Abuse.\n\n"
- "* To use Abuse's builtin level editor, type :\n"
- " 'abuse -edit' when you start the game. It is highly recommended\n"
- " that you print out the key listing from abuse.doc and learn them.\n"
- "* Read gamedev.txt for information on how you can make money with the\n"
- " levels you design.\n"
- "* Buy commercial abuse and mow down aliens with the Plasma rifle,\n"
- " build up an army of Death frizbees for senseless destruction,\n"
- " wave your Light saber around and watch the body parts fly,\n"
- " or just vaporize things to a pulp with the Death Ray.\n"
- "* Get 14 more levels with new artwork, new sounds, and new characters.\n"
- " call 1-800-810-0022. Check or credit card accepted. The order\n"
- " hotline is open 24hrs/day 7 days a week.\n"))
-
-
-
-