Writing an Email Chain - shawna-p/mysterious-messenger GitHub Wiki
Notice
These pages are out of date! The most recent version of the documentation can be found here: https://mysterious-messenger.readthedocs.io/en/stable/
This page is retained so that it can still be linked to.
Writing an Email Chain
Example files to look at: tutorial_2_emails.rpy
First, go to email_template.rpy. Copy this code to the file where you want to define your guest and follow the instructions given in the template to create your email chain. There is a guest used in the program (@rainbow) that is defined in tutorial_2_emails.rpy, so you can see how an existing guest works.
You must be careful to name your reply labels correctly. The labels are case-sensitive, and if you make a mistake, the program will run into an error when you try to reply to the email.