You can do anything loudly so others can hear you do it.
This is useful as most things you do are only heard or seen by players in your current location.
So if your bored of shout then try adding the word loudly to the beginning or end of your commands:
create a pink pig loudly
loudly push the pig
think I hope noone notices loudly
loudly whisper what is this place??
Remember that you can be nice in a smiliar way, by adding please to the beginning or end of your commands:
loudly create a happy duck please
please create a disapointed horse loudly
please loudly think is this useful?
loudly push the pig thanks (yes thanks and thankyou work too)
Talking of loud, anything you type in all capitals will be concidered shouting and performed as a loud command:
SAY HELLO MY FRIENDS
THINK HOW DID I GET HERE?
You can now do things quietly as well as loudly, and quickly or slowly and simply or secretly.
Not all of the commands in cow will react to these.. but use them all the same, you never know.
Order of detection as the first or last word is:
- loudly
- quietly
- quickly
- slowly
- simply
- secretly
- niceness
This unfortunately means it wont detect you are being secret and slow if you:
secretly slowly open the door
but you can slowly secretly open the door
or slowly open the door secretly
or secretly open the door slowly
naturally, if you want any more modifier type words, let find: [wolis] know.
Scripting notes:
The variable you can test for in your commands are:
if $flag_loudly > 0 then itWasLoud else normal;
if $flag_quietly > 0 then itWasQuiet ...
if $flag_quickly > 0 ...
if $flag_slowly > 0 ...
if $flag_simply > 0 ...
if $flag_secretly > 0 ...
if $niceness > 0 then theyWereNice
if $niceness < 0 then theyWereNotNice