Dreamer_1314

A simple inv command

May 25th, 2022
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Variables Needed :
  2. Item Name = 0
  3.  
  4. Trigger : .inv
  5.  
  6. Language : BDScript 1
  7.  
  8. Code :
  9. $title[$username's Inventory]
  10. $description[$if[$getVar[Item Name;$authorID]>=1]
  11. Item Name = $getVar[Item Name;$authorID]
  12. $endif]
  13. $color[ffff00]
  14.  
  15. Instructions to use : replace all the "Item Name" text in the code and replace it with your items name and finally repeat copy pasting the entire code inside the $if and $endif and you want to copy paste it as many times you want to put an item into a users inventory
Advertisement
Add Comment
Please, Sign In to add comment