Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function u.equipment(position)
- for k,v in pairs(msdp.CHARACTER_EQUIPMENT) do
- if v.POSITION == position and v.ITEM then return v.ITEM.SHORT_DESCRIPTION end
- end
- return ""
- end
- function u.wield()
- return u.equipment("wield")
- end
- function u.arms()
- return u.equipment("arms")
- end
Add Comment
Please, Sign In to add comment