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/
>rand_prog 20~
grumble
say Litterbugs.
if rand(20)
	say All I do each day is cleanup other people's messes.
	if rand(20)
		say I do not get paid enough.
	else
		if rand(20)
			say Day in.  Day out.  This is all I do 24 hours a day.
			if rand(10)
				yell I want a vacation!
			endif
		endif
	endif
endif
~
>act_prog drops~
say Litterbug!  You are all litterbugs!
growl $n
if rand(10)
	mpkill $n
endif
~
|