用户:
植物月光花查看:7 回复:3 评论:7 创建时间:2023-01-30T17:30:19
谁会在选择框加入列表(不是JSON)
名字送冷吖O
e.player.dialog({
type:'select',
options:[列表[0],列表[1],列表[2],列表[3]……]//一直弄到列表的长度为止
})
()()()()()()
点赞0
评论
百鸟鸣森森world.onPlayerJoin(async({entity})=>{
entity.player.dialog({
type:'select',
options:列表名
})
})点赞0
评论