/
mythran/log/
mythran/player/
mythran/player/c/
mythran/player/m/
mythran/player/r/
mythran/player/t/
>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
~
|