function __construct()
 {
     $this->item_type = "rope";
     $this->use_offset = "a0,b0";
     // Set the special format used by ROPE objects
     parent::__construct();
 }
 function __construct()
 {
     $this->item_type = "genie";
     parent::__construct();
 }
 function __construct()
 {
     $this->item_type = "letdown_line";
     parent::__construct();
 }