Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. function addPermaWeapon( itemName, weaponName, itemModel, itemChance, itemColor )
  2.  
  3. UnboxingItems[count] = {}
  4. UnboxingItems[count].itemName = itemName
  5. UnboxingItems[count].Type = "WEAPON"
  6. UnboxingItems[count].Type_PERMA = true
  7. UnboxingItems[count].weaponName = weaponName
  8. UnboxingItems[count].itemChance = itemChance
  9. UnboxingItems[count].itemModel = itemModel
  10. UnboxingItems[count].itemColor = itemColor
  11.  
  12. count = count + 1
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement