cnl_cnl_cnl

Untitled

Feb 12th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function u.equipment(position)
  2. for k,v in pairs(msdp.CHARACTER_EQUIPMENT) do
  3. if v.POSITION == position and v.ITEM then return v.ITEM.SHORT_DESCRIPTION end
  4. end
  5. return ""
  6. end
  7.  
  8.  
  9. function u.wield()
  10. return u.equipment("wield")
  11. end
  12.  
  13. function u.arms()
  14. return u.equipment("arms")
  15. end
Add Comment
Please, Sign In to add comment