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/
>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 
~
|