Sample script file (with macros)


// This version uses only macros for game actions.
// Compare the game action assignments of the macros to the
// assignments in the non-macro version of the file. You'll notice
// that the keystroke sequences are exactly alike.
//
// *** DEADER.TMM - script for Deader: The Reckoning
// *** 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] ATTACK
// *** Define button Usage
S1 SENDS "Jump" .
S2 SENDS "Change Weapon" .
S3 SENDS "Sidestep" .
S4 SENDS "Walk Forward" .
S5 SENDS "Run" .
S6 SENDS "Attack" .

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


home