Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey for some reason My MC_Name portion isn't flipping / using the right frames and icons? Right now its showing as received instead of sent. Does anyone else have this issue / know how to fix it ?? 

right now I have it as:
define MC_Name = "[povname]" 

because I am allowing my players to choose their own name. Does it not work here? Whenever a message sends as [povname] its using the received frames and icons and won't change no matter what I change 'MC_Name' to. Not having this problem with any other character I've added. 

(2 edits)

go in to PhoneTexting.rpy and remove "define MC_name =" line, then replace all the "MC_name" variable used in that file to "povname" . Hope everything will work as you desired.