FinisWolf
03-15-2004, 05:54 PM
A few things first...
1) I am NOT a script ninja, nor do I pretend to be, but this script works. So I don't want to hear how this can be better.
2) I wrote this to help my bard get better at his instrument, and thought I would be nice and share it.
3) I wrote this for e-scape
4) There are 2 variables in this script:: %Instrument, and %InstrumentConatainer, you need to set those
5) This script should be rather easy to convert to other instruments, if the need arises for you, by changing the endings to the songs, it will take a little bit of work.
6) I am just being kind and sharing this script for those that may find it useful.
7) If you have any questions, feel free to ask.
==============================
# Play your Instrument
# This script written by: Finiswolf
start:
echo *** *** *** *** *** ***
echo
echo Lets see if I can master?!?!
echo
echo *** *** *** *** *** ***
pause 1
echo *** *** *** *** *** ***
echo
echo This will play the songs in this order:
echo
echo aimless, fast, flamboyant, inspiring, intense,
echo jaunty, joyful, mournful, slow, soft, somber.
echo
echo *** *** *** *** *** ***
pause 1
echo *** *** *** *** *** ***
echo
echo Get %Instrument...
echo
echo *** *** *** *** *** ***
pause 1
put get my %Instrument from my %InstrumentConatainer
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument aimless...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument aimless
waitfor Ending on
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument fast...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument fast
waitfor You bring your lively song to a close and lower your %Instrument,
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument flamboyant...
echo
echo *** *** *** *** *** ***
pause 1
pause 1
put play %Instrument flamboyant
waitfor In an elegant display of showmanship, you end your melody with a flourish,
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument inspiring...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument inspiring
waitfor With a final, rousing crescendo, you bring your melody
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument intense
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument intense
waitfor With a soul-deep sigh you bring your music,
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument jaunty...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument jaunty
waitfor With a wink and a grin, you trill your final notes, lowering your %Instrument.
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument joyful...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument joyful
waitfor With a final, jubilant flourish, you finish your song and lower your %Instrument.
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument mournful...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument mournful
waitfor Your haunting dirge winds to a gentle and melancholy close as you lower your %Instrument.
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument slow...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument slow
waitfor As your last note fades away like a sigh on the wind, you lower your %Instrument.
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument soft...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument soft
waitfor With quiet grace, you allow your %Instrument's melody to drop off,
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument somber...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument somber
waitfor Your somber lament drops off softly,
pause 1
pause 1
echo *** *** *** *** *** ***
echo
echo End/GoTo Start...
echo
echo *** *** *** *** *** ***
pause 1
put play skill
pause 1
goto start
1) I am NOT a script ninja, nor do I pretend to be, but this script works. So I don't want to hear how this can be better.
2) I wrote this to help my bard get better at his instrument, and thought I would be nice and share it.
3) I wrote this for e-scape
4) There are 2 variables in this script:: %Instrument, and %InstrumentConatainer, you need to set those
5) This script should be rather easy to convert to other instruments, if the need arises for you, by changing the endings to the songs, it will take a little bit of work.
6) I am just being kind and sharing this script for those that may find it useful.
7) If you have any questions, feel free to ask.
==============================
# Play your Instrument
# This script written by: Finiswolf
start:
echo *** *** *** *** *** ***
echo
echo Lets see if I can master?!?!
echo
echo *** *** *** *** *** ***
pause 1
echo *** *** *** *** *** ***
echo
echo This will play the songs in this order:
echo
echo aimless, fast, flamboyant, inspiring, intense,
echo jaunty, joyful, mournful, slow, soft, somber.
echo
echo *** *** *** *** *** ***
pause 1
echo *** *** *** *** *** ***
echo
echo Get %Instrument...
echo
echo *** *** *** *** *** ***
pause 1
put get my %Instrument from my %InstrumentConatainer
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument aimless...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument aimless
waitfor Ending on
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument fast...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument fast
waitfor You bring your lively song to a close and lower your %Instrument,
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument flamboyant...
echo
echo *** *** *** *** *** ***
pause 1
pause 1
put play %Instrument flamboyant
waitfor In an elegant display of showmanship, you end your melody with a flourish,
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument inspiring...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument inspiring
waitfor With a final, rousing crescendo, you bring your melody
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument intense
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument intense
waitfor With a soul-deep sigh you bring your music,
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument jaunty...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument jaunty
waitfor With a wink and a grin, you trill your final notes, lowering your %Instrument.
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument joyful...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument joyful
waitfor With a final, jubilant flourish, you finish your song and lower your %Instrument.
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument mournful...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument mournful
waitfor Your haunting dirge winds to a gentle and melancholy close as you lower your %Instrument.
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument slow...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument slow
waitfor As your last note fades away like a sigh on the wind, you lower your %Instrument.
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument soft...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument soft
waitfor With quiet grace, you allow your %Instrument's melody to drop off,
pause 1
echo *** *** *** *** *** ***
echo
echo Play %Instrument somber...
echo
echo *** *** *** *** *** ***
pause 1
put play %Instrument somber
waitfor Your somber lament drops off softly,
pause 1
pause 1
echo *** *** *** *** *** ***
echo
echo End/GoTo Start...
echo
echo *** *** *** *** *** ***
pause 1
put play skill
pause 1
goto start