FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>greet_prog 5~
if rand (50)
	say Go Away!
else
	mutter
endif
~
>rand_prog 5~
if roomobj (309)
	pmote turns the rabbit on its spit.
else
	yell Hey... Who stole my food?
	load obj 309
	drop rabbit roast
	endif
endif
~
>get_prog 100~
if number ($o) == 309
	if isnghost ($n)
	yell Don't steal my food, $N!
	stand
	murder $n
	endif
endif
~
|