void main() { string page = visit_url(); if( page.contains_text( "disappears into the wardrobe, and emerges dressed as a Purse Rat" ) ) exit; else { page = use_skill( $skill[CLEESH] ); while ( !page.contains_text( "origami unicorn" ) ) { if( have_skill( $skill[Ambidextrous Funkslinging] ) ) throw_item( $item[tattered scrap of paper] ); } } }