Guest User

Untitled

a guest
Jan 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for (i=0;i<8;i+=1) {
  2. for (j=0;j<4;j+=1) {
  3. if (inventory[i,j] = -1) {
  4. inventory[i,j] = argument0;
  5. exit;
  6. }
  7. }
  8. }
Add Comment
Please, Sign In to add comment