
Lv.1
在深度听歌.....
签名:闲 来 无 事 , 没 啥 事 干 。
在 【box3求助】怎么通过玩家互动来实现救人的效果 中回复
world.onPlayerJoin(async ({ entity }) => {
entity.enableInteract = true
entity.interactRadius = 3
entity.interactHint = '互动'
entity.onInteract(async({ entity, targetEntity }) => {
targetEntity.hp = targetEntity.maxHp;
});
})2023-08-26T18:01:51 点赞:0