function on_KamPoTransferitem(actor, item, item1)
local actorname = actor:getCharName()
local itemName = item:getName()--名称
local itemName1 = item1:getName()--名称
print("["..actorname.."]在NPC处将物品["..itemName.."]鉴定属性转移到["..itemName1.."]上--[鉴定属性转移时触发(返回值决定是否可转移)]")