Advertisement
lostcalpolydude

turn in park garbage

Apr 25th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if ( can_interact() && get_property( "_done" ) != "true" )
  2. {
  3. if ( !retrieve_item( 1, $item[bag of park garbage] ) )
  4. {
  5. abort( "You need some bags of park garbage" );
  6. }
  7. visit_url("place.php?whichplace=airport_stench&action=airport3_tunnels");
  8. set_property( "_done", "true" );
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement