source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 100~
if isnpc($n)
  break
endif
tell $n For a small price of 300 gold I will provide magical transport to Val Miran.
~

>bribe_prog 300~
pmote mutters an incanation as the runes about $n flare with power.
at 20601 echo A giant black gate fills the area with fog as $n arrives from Miruvhor.
gteleport $n 20601
mpjunk gold
~


>bribe_prog 1~
tell $n The price is 300 gold.
give 1.gold $n
~

|