# function MenuTest(player) { const g = new ActionFormData() g.title("Minerai") g.button("test") g.show(player).then(result => { if (result.selection === 0) {} })}