Tapestries/
Tapestries/area/
Tapestries/area/current/
Tapestries/area/helps/
Tapestries/area/tmp/
Tapestries/ideas/
Tapestries/log/
Tapestries/player/
Tapestries/player/b/
Tapestries/player/d/
Tapestries/player/e/
Tapestries/player/h/
Tapestries/player/j/
Tapestries/player/k/
Tapestries/player/l/
Tapestries/player/m/
Tapestries/player/n/
Tapestries/player/r/
Tapestries/player/s/
Tapestries/player/t/
Tapestries/player/u/
Tapestries/player/z/
>greet_prog 80~
if isgood($n)
	if level($n) > 18
	   mpechoat $n $i snaps to attention at your arrival.
       	   mpechoaround $n $i snaps to attention at the arrival of $n.
	endif
else
	if rand(30)
		growl $n
		say Evil is not wanted here!
	endif
endif
~
|