Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. if line 1 is equal to "&8[&2Kit&8]":
  2. if line 2 is equal to "&cSave Kit":
  3. if line 3 is equal to "##1":
  4. set {kit_1.%player%} to the player's serialized inventory
  5. message "&aKit Saved"
  6.  
  7. if line 2 is equal to "&6Load Kit":
  8. if line 3 is equal to "##1":
  9. wait 5 ticks
  10. clear player's inventory
  11. restore inventory of player from {kit_1.%player%}
  12. message "&aKit Loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement