The QRS of Dwarven Grunts
Here is a script reference guide for Dwarf Grunts. To use this list, highlight the content below, everything between the top ***** marker and the bottom one (but not the markers themselves), then Right Click on the highlighted text. Select "Copy". Go into your script menu on the Wizard FE, select "Create a Script..." and name the script something appropriate, like, I don't know.. "Grunts". Set the script up to be a Command Line script. Clicking "Create" will cause Notepad (or another Text program) to pop up. Go to the bottom-most line of the text and Right Click. Select "Paste" ...and voila! The copied script is now in the text file. For good measure, hit Enter at the end of the script to make sure everything will get entered when the script is initiated. Go to the File Menu and Save. To use the script, you will type whatever Script activator you use (It's a Period by Default) and then the script's name. Entering the command will cause Everything below (except the word "echo", this is just a script command) to go up in your screen. No one else will see this list when you activate it. You can then scroll around on your screen and review the scripts and select which one is most appropriate for what you want to do, quickly and easily. Enjoy!
*****
echo GRUNT EFFECT
echo
echo YES affirmation
echo AGREE in agreement
echo ANNOY in annoyance
echo FOOL in annoyance
echo WHAT annoyance
echo ANGER angrily
echo BASHFUL bashfully
echo BORED bored
echo ELF grunt in obvious distaste
echo BYE farewell
echo DRINK grunt, motioning for a drink
echo DRUNK drunkenly
echo FEAR in fear and surprise
echo FIERCE fiercely
echo GEM grunt, thinking greedily of gems
echo GLEE gleefully, rubbing hands together
echo GREEDY greedily
echo HELLO greeting
echo HAPPY happily
echo HELP calling for aid
echo HUNGER grunt in hunger
echo FOOD hungrily
echo NO negatively
echo MAYBE noncomittally
echo CRAZY oddly, .......... , loon.
echo PAIN pain
echo MINE possessively
echo QUESTION questioningly
echo SAD sadly
echo SATISFIED in satisfaction
echo SKEPTICALLY skeptically
echo SLEEPY sleepily
echo STUPID grunt, grinning stupidly
echo TIRED tiredly
*****
|