Sample script file (without macros)


REM This version does not use macros.
REM Compare the game action assignments in the [CONFIG] section
REM to the assignments in the macro version of this file. You'll notice
REM that the keystroke sequences are exactly alike.
REM
REM *** DEADER.RAG - script for Deader: The Reckoning
REM *** script written by Alex Kumquat 6/30/97

[VERSION] 1.0

[SETUP]
Game Setup
From the Deader main menu, select OPTIONS.
From the OPTIONS menu, select RESET TO DEFAULTS.
Press [Esc] to return to the main menu and begin playing.
[END]

[MACROS]

REM no macros in this version of the script file

[END]

[CONFIG] RAGE
REM *** Define button Usage
S1 SENDS ENT . REM Jump
S2 SENDS ; . REM Change Weapon
S3 SENDS LALT . REM Sidestep
S4 SENDS UAROW . REM Walk Forward
S5 SENDS LSFT . REM Run
S6 SENDS LCTL . REM Attack

REM ++++++ end of script file +++++++
[END]


home