#combat with weapon(s)
echo **************************************** 
echo This script will enter you into combat.  Make sure you have your weapon and/or shield ready!
echo
echo Please report any errors to zedsshed@geocities.com
echo ****************************************
echo >>>>>>>>>>>>>>>>WARNING!<<<<<<<<<<<<<<<<  
echo Simutronics policy forbids using a scripting program while the player is away from the keyboard.  Please use this script in accordance with policy!

engage:
put leap %1
match combat you leap
match advance You don't
match advance You're too
match combat You're already
matchwait

advance:
put advance %1
waitfor melee range
goto combat

firstswing:
put swing %1
match search already dead.
match end I could not find
match combat2 You swing
matchwait

combat:
put swing
match search already dead.
match end I could not find
match combat2 You swing
matchwait

combat2:
put reverse stroke
match search already dead.
match end I could not find
match combat You quickly
matchwait


search:
put search %1
match firstswing You search
match finddead alive!
matchwait

finddead:
shift
put search %1
match end You search
match firstswing alive!
matchwait

end:
exit

    Source: geocities.com/timessquare/chamber/5600

               ( geocities.com/timessquare/chamber)                   ( geocities.com/timessquare)