Guest User

Untitled

a guest
May 7th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. global.inventory = "";
  2. global.inventoryAmount = 0;
  3. index = 0;
  4. for(i=0;i>50;i+=1)
  5. {
  6. global.inventoryAmount[i] = 0;
  7. global.inventory[i] = "";
  8. }
  9. inventoryActive = false;
Add Comment
Please, Sign In to add comment