FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>give_prog 100~
if number($o) == 9251
	say Thank you for returning my amulet.
	setquest2 $n canyon 1
        mpjunk $o
endif
~
>greet_prog 5~
if charobj (9251)
	say Ahh..  You have found my amulet, $N.
else
	say If you find my amulet, the power of earth shall be yours.
endif
~
>rand_prog 3~
if rand(50)
	say Nothing is as durable as earth.
else
	say The destruction of earthquakes and mudslides is unparalleled.
endif
~
|