Search found 5 matches

by ysa27
Fri May 17, 2019 6:12 am
Forum: Ren'Py Cookbook
Topic: Basic Message System
Replies: 93
Views: 58286

Re: Basic Message System

This is a basic in-game message system that uses screens and a little Python. It tracks the read status of messages and includes "mark all read", delete, and restore functions. It also has reply and draft features that use Ren'Py's built-in menus. Updates: 05/20/14 v 1.2 - Added a simple ...
by ysa27
Fri May 17, 2019 5:21 am
Forum: Ren'Py Questions and Announcements
Topic: Modifying the Basic Message System[SOLVED]
Replies: 8
Views: 1655

Re: Modifying the Basic Message System[SOLVED]

Did you add the rpy from the link above to your game (older code, might be messing with something) or from the other messaging system you commented in earlier? If nothing changed until you added the rpy try removing it and see if that fix's it, then you'll know for sure if you edited your window or...
by ysa27
Thu May 16, 2019 1:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Modifying the Basic Message System[SOLVED]
Replies: 8
Views: 1655

Re: Modifying the Basic Message System[SOLVED]

Alright, so under this I tried transferring it to my full game but the chat dialogue suddenly changed when there was a choice menu :( I don't think I changed the dialogue box or choice menu at all. So it had to be from the added rpy(?) Im so confused- https://cdn.discordapp.com/attachments/402079341...
by ysa27
Thu May 16, 2019 12:57 pm
Forum: Ren'Py Cookbook
Topic: Mobile phone text-message system
Replies: 37
Views: 54392

Re: Mobile phone text-message system

It might be easier to just define an image for calls with the names on them and use the show function like you would with sprites since calls can use the regular dialogue box. I'm curious though so I'm playing around with code to see if possible but it's be more code than defining images I think. E...
by ysa27
Tue Apr 09, 2019 8:49 am
Forum: Ren'Py Cookbook
Topic: Mobile phone text-message system
Replies: 37
Views: 54392

Re: Mobile phone text-message system

Hey there! I'm kinda wonderin' if there's a way to input a full image that isn't a message but a call? Does anyone know how to make it seem like there's a call instead of a message with the same coding from here?