trying to make a tfs 1.2 script item upgrade to a item this is what i built from github trying to get the scripts & not working.
if(item:getId() == 24334) then
item:transform(24335)
return true
end
return false
end
if(item:getId() == 24334) then
item:transform(24335)
return true
end
return false
end