inherit "secure/questdef"; void reset(status arg) { if(arg) return; set_author("Angel"); set_max_level(20); set_min_level(10); set_qname("Skol Keep"); /* T.S.R. Inc. 'Pool of Radiance'(c). */ set_req_place("room/city/island/clerk"); set_req_caller("room/city/island/keep/quest_ob"); set_qpoints(20); set_hint( "Be it known that the council of Tempus, knowing that commerce is \n"+ "the life's blood of of this fine city, has decreed that Skol Keep\n"+ "Keep is to be cleared of all unlawful inhabitants. A reward is \n"+ "offered to the person who successfully carries out this commission.\n"+ "Once successful. Return to the council chambers upon your success. \n"); }