Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. virtualchest {
  2. TextTitle = " Pokebuilder"
  3. Rows = 6
  4. UpdateIntervalTick = 20
  5. Slot4 = [
  6. {
  7. Item {
  8. Count = 1
  9. ItemType = "pixelmon:pixelmon_sprite"
  10. UnsafeDamage = 0
  11. UnsafeData = {
  12. SpriteName="%party_1_texturelocation%"
  13. }
  14. DisplayName = "%party_1_name%"
  15. ItemLore = ["Click in order to edit this pokemon !"]
  16. }
  17. Requirements = "%party_1_nationalid% > 0"
  18. PrimaryAction {
  19. Command = "console: vc open %player_name% PBSlot1"
  20. KeepInventoryOpen = true
  21. }
  22. }
  23. ]
  24. TriggerItem {
  25. ItemType = ""
  26. EnablePrimaryAction = false
  27. EnableSecondaryAction = false
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement