GlovesLayer
Returns layer number 0x7 - Gloves
NB: You cant remove or equip this layer by client.
Pascal
function GlovesLayer():Byte
Python
GlovesLayer()
Example 1:
if ObjAtLayer(GlovesLayer) > 0 then
AddToSystemJournal('Equipped Gloves ID:' + IntToStr(ObjAtLayer(GlovesLayer)));