ack42/
ack42/npcs/a/
ack42/npcs/c/
ack42/npcs/e/
ack42/npcs/f/
ack42/npcs/h/
ack42/npcs/i/
ack42/npcs/l/
ack42/npcs/n/
ack42/npcs/o/
ack42/npcs/p/
ack42/npcs/r/
ack42/npcs/s/
ack42/npcs/w/
ack42/player/c/
ack42/player/s/
ack42/player/z/
>entry_prog 30~
emote keeps an eye out for wanted criminals.
~
>greet_prog 40~
look $n
if isgood($n)
	say Good day.
	smile $n
else
	mpechoaround $n $I wonders if $n is among the most wanted.
	mpechoat $n $I wonders if you are among the most wanted.
endif
~
>rand_prog 20~
if rand(50)
	emote whistles a little song.
else
	sing
endif
~
>act_prog p bursts into~
say What is wrong?
~
>speech_prog p My girlfriend left me~
comfort $n 
~
|