Wears Object

if wearsobj(ch,"light") then return else
if wearsobj(ch,"armor") then return else
if wearsobj(ch,"weapon") then return else
if wearsobj(ch,"treasure") then return else
if wearsobj(ch,"trash") then return else
if wearsobj(ch,"staff") then return else
if wearsobj(ch,"key") then return else
if wearsobj(ch,"scroll") then return else
if wearsobj(ch,"container") then return else
if wearsobj(ch,"wand") then return else
if wearsobj(ch,"furniture") then return else
if wearsobj(ch,"portal") then return else
if wearsobj(ch,"boat") then return else
if wearsobj(ch,"food") then return else
if wearsobj(ch,"pill") then return else
if wearsobj(ch,"potion") then return else

Also, you can name specific items
if not(wears(ch,"radiance-#")) then