I assumed the 3 in the outfits table is the addon number:
local outfits = {
{138,3}, -- 1
{148,3}, -- 2
{137,3}, -- 3
{139,3} -- 4
}
local msg = ''
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if player:getStorageValue(storage) < 1 then...