Ren'Py Renpy SMS and "new message" notification.

MysticalPS

New Member
Feb 6, 2019
8
6
Hello I started working with renpy for a few weeks now, and I stucked on something and can't move on with this.
To the point: How make Ranpy know that we read this SMS already ?
I manage to do something like primitive SMS system, when we get sms then we have this notification in our phone (in my case red dot in sms box). This is just a different picture over the normal one, when in my script is something like phone_new_message = True then this notification picture replace the normal one.
But what to do to make it go back to the normal picture once player read the sms?
 

mickydoo

Fudged it again.
Game Developer
Jan 5, 2018
2,446
3,548
Post the code you used, based of what you say, if you used phone_new_message = True all you have to do is use phone_new_message = False after you read it. But depends on how you used "phone_new_message = True "