COMBO script

jab, lunge, windmill

#wind.cmd

echo **************************************************************************
echo   I got this combo around 160*skill in one handed
echo
echo Please report any problems to tamboura20@yahoo.com
echo
echo **************************************************************************

jab:
  put jab
  match lunge You jab at the
  match end already dead.
  match end I could not find
  match You swing your
  matchwait

  lunge:
  put lunge
  match windmill Taking advantage of the opening created by jab, you
  match end already dead.
  match end I could not find
  match windmill2 cannot be prone
  matchwait

  windmill:
  put windmill
  match jab You quickly follow your lunge with a stunning windmill
  match end already dead
  match end I could not find
  match You swing your
  matchwait

  windmill2:
  put windmill strike
  pause 4
  goto swing

  end:
  exit




* could be wrong on that..it's a while back: )