You can do it just with action script
local config = {
storage = 535924,
effect = 4,
text1 = "You have gained your new outfit!",
text2 = "You already have this outfit!",
looktype = 317
}
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if...