Sample script file (without macros)


// This version does not use macros.
// Compare the game action assignments in the [CONFIG] section
// to the assignments in the macro version of this file. You'll notice
// that the keystroke sequences are exactly alike.
//
// *** DEADER.TMM - script for Deader: The Reckoning
// *** script written by Alex Kumquat 11/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]

// no macros in this version of the script file

[END]

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

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


home