1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
if FENCE_MANAGER and SYSTEMS : GetObject ( "fence" ) : IsSellingStolenItems ( ) and FENCE_MANAGER : HasBonusToSellingStolenItems ( ) then
return ZO_CURRENCY_HIGHLIGHT_TEXT
end
end
ZO_GAMEPAD_CURRENCY_OPTIONS_LONG_FORMAT =
{
showTooltips = false ,
font = "ZoFontGamepadHeaderDataValue" ,
iconSide = RIGHT ,
isGamepad = true ,
}
ZO_GAMEPAD_CURRENCY_OPTIONS . useShortFormat = true
-- color value is added dynamically
|