/
area/city/
area/crypts/
area/guilds/
area/psuedowild/
area/religion/
data/documents/MPDocs/
data/html/
data/mobprogs/
data/quest/
data/world/
data/world/_utilities/
data/world/images/
design/html/
notes/
player/
>rand_prog 3~
if rand(50)
	pmote eyes $R warily.
else
	say Looting is not tolerated.
endif
~
>time_prog 10~
if findmob(8704)
	yell You lousy thief!
	kill thief tomb
else
	if findmob(8705)
		yell You lousy thief!
		kill ali baba thief
	endif
endif
~
>greet_prog 5~
if isclass($r) == 5
	if isnghost ($r)
	yell Die $R, you lousy thief!
	murder $r
	endif
endif
~
|