function ZH_cszy(actor)
local AIneme = actor:getCharName()--对象名字
local heroActor = actor:getHero()--获取英雄对像
local item = actor:getBagItemEx("龙骨链")--主号背包
if item then
local nMakeIndex = item:getMakeIndex()
actor:bagItemToBag(nMakeIndex)
heroActor:takeOnItem(nMakeIndex,3)--穿装备
print(nMakeIndex)
end