/* /wizards/melvaig/cows, Nightmare, March 1993 */ inherit "std/quest_ob"; void create() { set_name("cowtown"); set_id( ({ "cowtown" , "quest_object" }) ); set_short("The Cowtown quest"); set_long( "A secret tunnel beneath Praxis is rumoured to lead to the legendary\n"+ "lost valley of the cows. Lift the evil curse of Cow'nt Dracula that\n"+ "has isolated Cowtown in fear and terror.\n"+ "(You must be at least level 5 to be able to do this quest)\n"+ "Quest rating: medium.\n" ); set_quest_points(15); }