Basic routing in MP - rikai-network/docs GitHub Wiki

Before: Creating your first story

There is routing within a story, and routing between stories.

Routing within a story

  • This is the same as routing between groups.

  • From the previous example, when the user clicks on the button "I'm excited!", the bot will route to group=excited image

  • Routing is also possible within the other widgets. image

Routing to another story

  • Routing to another story has the same concept.
  • The only difference is instead of using route, we use story. image

Up next: Routing with regexes in MP