;; 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.....")