Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. case 0:
  2. if(inventory.getCount() >= 2) {
  3. status = 2;
  4. } else if (inventory.getCount() == 1) {
  5. status = 1;
  6. }
  7. return random(300, 500);
Add Comment
Please, Sign In to add comment