
Lv.1
在 【box3代码提问】 中回复
world.onPress(({button, entity, position, pressed, raycast, tick}) => {
if(button=='crouch'){
if(entity.hp>=100){
world.say(entity.player.name+'不要太贪心')
}
else{
entity.hp+=10;
}
}
});
2020-04-25T19:07:08 点赞:0
在 求代码啊啊啊啊啊啊 中回复
world.onPress(({button, entity, position, pressed, raycast, tick}) => {
if(button=='crouch'){
if(entity.hp>=20){ //我这里满血是20,血量可以变化
entity.hp+=0;
}
else{
entity.hp+=1;
}
}
});2020-04-27T10:20:25 点赞:0
在 【toby小店开张】要修box3代码或者要我帮忙写的看过来 中回复
https://box3create.cod喵/games/f4bb5924b219ee32d98d
我们一起做作品吧
2020-05-16T18:51:12 点赞:0
在 谁要我做跑酷 中回复
看看你有没有这个能力
https://box3create.codemao.cn/games/b16cbb879528f1a0ea21
2020-05-17T18:30:23 点赞:0
在 【之音学编程】之实用教程:实体旋转 中回复
https://box3create.codemao.cn/games/d7b8a7e3a78b4b88b7bb
帮帮忙
2020-05-23T18:56:05 点赞:0