[ask] platform = { kind = "selection", prompt = "Game Platform", options = ["wine", "wiiu"] } name = { kind = "text", prompt = "Game Name?" } desc = { kind = "text", prompt = "Game Description?" } [[actions.replace]] from = "" to_var = "name" [[actions.replace]] from = "" to_var = "desc" [[actions.branch]] when = { var = "platform", eq = "wine"} branch = "wine" [[actions.branch]] when = { var = "platform", eq = "wiiu"} branch = "wiiu" [[actions.script]] script = "setup.sh" expose = ["name", "desc"]