Hi, not currently, but it could be done through some eventing in an update coming soon. The update will add the option to "unsend" mail so you could event if email box 1, send the mails they should have for that email and unsend all the others, if email box 2 send the mails they should have for that email and unsend all the others. I can add a way to choose which letters to show in the scene in a future update.
Hi, you can have it turn a switch ON when a letter is read, and make that switch the trigger for a common event.
Keep in mind that the mailbox is its own scene, so common events would only be run once the player exits out of it to the map as common events only run in map + battle by default.
Hi! I've just purchased this plugin and love it very much. I know it is still in early stages but I wondered if there was any way a switch or a variable could be activated when a letter is read? Thank you!
Also, where can I get the image you have used for the envelope? Thank you!
Thank you so much for this! In your code I noticed it records how many letters have been received and how many in total are read, is it also possible to put these into switches/variables as a script?
← Return to plugin
Comments
Log in with itch.io to leave a comment.
Could this plugin be used to call independent scenes with unique emails in them? For example, accessing an NPC's computer which shows "their" emails.
Hi, not currently, but it could be done through some eventing in an update coming soon. The update will add the option to "unsend" mail so you could event if email box 1, send the mails they should have for that email and unsend all the others, if email box 2 send the mails they should have for that email and unsend all the others. I can add a way to choose which letters to show in the scene in a future update.
Hi, I would like to know if there is any way to trigger a common event when a letter is read? Thanks for the wonderful plugin!
Hi, you can have it turn a switch ON when a letter is read, and make that switch the trigger for a common event.
Keep in mind that the mailbox is its own scene, so common events would only be run once the player exits out of it to the map as common events only run in map + battle by default.
Okay. Thank you so much for the quick response!
Hello, I'm getting the following error since switching over to R4:
TypeError
this.CGMZ_calcMixedHeight is not a function
Hi, make sure [CGMZ] Core is at least version 1.23.0 or higher.
如何删除已阅读的电子邮件
Hi, deleting mail from the mailbox is not yet in the plugin, it will be in a future update
Hi! I've just purchased this plugin and love it very much. I know it is still in early stages but I wondered if there was any way a switch or a variable could be activated when a letter is read? Thank you!
Also, where can I get the image you have used for the envelope? Thank you!
Hi, you could run the script command to set a switch to ON/OFF depending on if the letter was opened:
I can attach the envelope images later to the downloads.
Thank you so much for this! In your code I noticed it records how many letters have been received and how many in total are read, is it also possible to put these into switches/variables as a script?
Hi, I have added the envelope images to the downloads for this.
You can get the total amount received with the following script
And the read with the following script:
You would put these in the Control Variables -> script box
Again, thank you so much for this!