Script  for bundles




NOTE: Add your CONTAINER name (example : put put my longsword in my harness)

#bun.cmd
echo **************************************************************************
echo Bundle multiple parameters with and without exsisting bundles on the ground in any position.
echo
echo Please report any problems to tamboura20@yahoo.com
echo **************************************************************************
put put my WEAPON in my CONTAINER
waitfor You
put WEAR MY SHIELD OR  put put MY SHIELD IN MY CONTAINER
waitfor You
goto check

check:
put get %1s
match gotbundle You pick up a bundle
match nobundle I could not find
matchwait

nobundle:
put get %1
match gotbundle You pick up
match bundling You are already
matchwait

gotbundle:
put get %1
match bundling You need to be
match bundling You pick up
match done You are already
matchwait

bundling:
put bundle
match dontfit You can only
match gotbundle You make a
match gotbundle You add
match done You are already
matchwait

dontfit:
put put %1 in my CONTAINER
waitfor You put
put close my CONTAINER
waitfor You close
goto gotbundle

done:
put drop %1
waitfor You drop
shift
if_1 goto check
exit