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