source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand(20)
  emote smacks his lips hungrily.
endif
if rand(40)
  glare $r
endif
if rand(60)
  mpasound You hear some whooing in the distance.
endif
if rand(80)
  pmote sticks his tongue at $r.
endif
~
|