Advertisement
cnl_cnl_cnl

Untitled

Oct 31st, 2022
48
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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement