Page 1 of 1

How to hide namebox when narrator is speaking?

Posted: Sat Jul 24, 2021 10:07 pm
by Lilliflower1
Hello! I’m still new to Renpy coding and I’m not sure how to hide the namebox when the narrator is speaking.

Re: How to hide namebox when narrator is speaking?

Posted: Sat Jul 24, 2021 11:37 pm
by rayminator
all you have to do is not to put name before "" leave it blank

Code: Select all

adam "Hello there" <-- player speaking
"This game is bad" <--  narrator speaking

Re: How to hide namebox when narrator is speaking?

Posted: Sat Jul 24, 2021 11:49 pm
by Lilliflower1
I've edited a bunch of code trying to insert fitted images and I must have messed something up? The namebox doesn't disappear when the narrator speaks.

Re: How to hide namebox when narrator is speaking?

Posted: Sun Jul 25, 2021 9:22 am
by rayminator
open gui and look for define gui.namebox_tile = False it should be False

do you have narrator define?
if yes then remove it

or share your code