/
bin/95/
docs/DM/
docs/creatures/
docs/objects/
docs/rooms/
docs/utils/
help/
log/
objmon/ddesc/
player/
post/
rooms/
util/
util/fing/
util/italk/
util/lev-reset/
util/lib/
util/list/
util/msg/
util/tdel/
util/vote/
util/wtfix/
; Macro and Site specification file for MUDDLE

; These are the sites:
site="mordor"         addr="198.188.100.10"      port="4040" init="Garth"

; These are the macros.
;
;	$[1-9] cause your player on connection #[1-9] to perform the
;	       following commands
;	$* causes all your connected players to perform the following
;	       commands
;	%[1-9] These are just variable name placeholders for a SINGLE
;	       whitespace-separated word.
;       %* This is a variable name placeholder for all text that follows.
;	^[A-Z] These are control characters.  Use ^J for carriage return.
;
in="Garth"	out="garth^Jpassword^J*u^J"
in="cc"		out="$2cast 'cure light' aragorn^J"
in="ccc"	out="$2cast 'cure light' finduril^J"
in="g"		out="$2get all corpse^J"
in="j"		out="$2junk corpse^J"
in="jj %1"	out="get %1 corpse^Jdrop %1^Jjunk %1^J"
in="armor"	out="$2cast 'armor' aragorn^Jcast 'armor' finduril^J"
in="k %*"	out="$*kill %*^J"
in="f %1"	out="$2cast 'fae' %1^J"
in="rec"	out="$*quaff blue^J"
in="grp"	out="$2follow garth^J$1group aragorn^J$1group finduril^J"
in="all %*"	out="$*%*^J"

; These are the automatons.  They automatically respond to text messages
; your characters receive.

;
auto="You are hungry"		out="get bread bag^Jeat bread^J"
auto="You are thirsty"		out="drink waterskin^J!^J"
auto="BLEEDING so"		out="$*quaff blue^J"
auto="$2tells you"		out="tell player1 ***I got a msg from 2***^J"
auto="$3tells you"		out="tell urine ***I got a msg from 3***^J"