Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save braddevelop/56e9c22c6f921575637c73d60920d208 to your computer and use it in GitHub Desktop.
Save braddevelop/56e9c22c6f921575637c73d60920d208 to your computer and use it in GitHub Desktop.
Hellfred Basics: Hellfuzz subscriber structure
-- Structure of a Hellfuzz subscriber
{
choice = {
text, -- The choice text
subText, -- Supplementary choice text
image, -- An optional thumbnail image
},
callback, -- A function to action when this choice is selected
nextChoicesFn, -- Returns a new set of subscribers
showInFirstChoiceSet -- Show this choice when Hellfuzz opens
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment