@verb #2345:"l*ook re*garde" any none none rdo #9342 @program #2345:"l*ook re*garde" any none none if (dobj) pass() elseif ($string_utils:match_stringlist(argstr, {"a mirror", "mirror"})) player:tell((desc = player:description()) ? desc | {"You see yourself."}) this:announce(player:title() + " looks at the mirror.") elseif ($string_utils:match_stringlist(argstr, {"an altar", "altar"})) player:tell("It is an multi-purpose altar capable of honouring the Prophets, the Profits, the Picard, and Ardra.") elseif ($string_utils:match_stringlist(argstr, {"a clock", "clock"})) #1913:look_self() elseif ($string_utils:match_stringlist(argstr, {"The Picard", "Picard"}) && this.prayer == "Picard") player:tell("A tall, balding man, in a red uniform. He is considered to be a god on Mintaka III and some parts of Sol III.") else pass() endif .