Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. void main(int squares2mine){
  2. if (squares2mine==0) squares2mine=my_adventures();
  3. int startGold=item_amount($item[1,970 carat gold]);
  4. volMining(squares2mine); //mines boring squares, dude
  5. int endGold=item_amount($item[1,970 carat gold])-startGold;
  6. print(endGold+" golds obtained","blue");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement