ackmud/area/boards/
ackmud/area/imc/
ackmud/npcs/a/
ackmud/npcs/c/
ackmud/npcs/d/
ackmud/npcs/e/
ackmud/npcs/f/
ackmud/npcs/h/
ackmud/npcs/i/
ackmud/npcs/k/
ackmud/npcs/l/
ackmud/npcs/n/
ackmud/npcs/o/
ackmud/npcs/p/
ackmud/npcs/r/
ackmud/npcs/s/
ackmud/npcs/w/
ackmud/player/c/
>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
~
|