Sample script file (with macros)


REM This version uses only macros for game actions.
REM Compare the game action assignments of the macros to the
REM assignments in the non-macro version of the 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]
"Attack" = LCTL .
"Change Weapon" = ; .
"Jump" = ENT .
"Walk Forward" = UAROW .
"Run" = LSFT .
"Sidestep" = LALT .
[END]

[CONFIG] RAGE
REM *** Define button Usage
S1 SENDS "Jump" .
S2 SENDS "Change Weapon" .
S3 SENDS "Sidestep" .
S4 SENDS "Walk Forward" .
S5 SENDS "Run" .
S6 SENDS "Attack" .

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


home