Published script
help_menu
Interactive help menu
Readme
Demonstrates owned buttons and durable handlers. Interactive output uses normal output policy.
Source
Showing version 1
Changelog: Initial interactive example.
function docs()
macchi.reply("Open the Macchi Wiki for the Lua reference.")
end
function status()
macchi.reply("Macchi is ready.")
end
message.new():text("Choose an action."):button("docs", "Docs"):button("status", "Status"):send()