Advertisement
Southclaw

Untitled

Jul 30th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.74 KB | None | 0 0
  1. // Empty box, 8 slots:
  2.  
  3. |Box (0/8 slots)|
  4. |---------------|
  5. |<Empty>        |
  6. |<Empty>        |
  7. |<Empty>        |
  8. |<Empty>        |
  9. |<Empty>        |
  10. |<Empty>        |
  11. |<Empty>        |
  12. |<Empty>        |
  13.  
  14. // Add an item of size 2:
  15. // First idea:
  16.  
  17. |Box (2/8 slots)|
  18. |---------------|
  19. |[2] Medkit     |   < clicking this brings up item options as normal
  20. |[|]            |   < this is ALSO the medkit, same behaviour as above
  21. |<Empty>        |
  22. |<Empty>        |
  23. |<Empty>        |
  24. |<Empty>        |
  25. |<Empty>        |
  26. |<Empty>        |
  27. |---------------|
  28.  
  29. // Second idea:
  30.  
  31. |Box (2/8 slots)|
  32. |---------------|
  33. |[2] Medkit     |   < clicking this brings up item options as normal
  34. |<Empty>        |
  35. |<Empty>        |
  36. |<Empty>        |
  37. |<Empty>        |
  38. |<Empty>        |
  39. |<Empty>        |
  40. |---------------|   < one line is removed from the end, the list has 7 lines
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement