inherit "secure/questdef";
void reset(status arg) {
if(arg) return;
set_author("crombie");
set_hint(
"Talk to the Policeman, tell him the secret password.\n");
set_qname("The Search For the Guyvers");
set_alias("guyvers");
set_min_level(20);
set_max_level(40);
set_req_place("d/mirror/phaze/village/vill3");
set_req_caller("d/mirror/w/cassidy/atlantis/cage");
set_qpoints(100);
set_test(1);
}