I have a small problem with function UO.ObjAtLayer().
I need get info about layers of different players. Is it able?
In my script I got it like that, but it detects only the information about my character.
Code: Select all
chest = uo.getcolor(uo.objatlayer("Torso"))
I need this for detection armor class of my opponents. In our shard armor class is distinguished by the color of the material.
Thanks for help
