[SOLVED] NVL character name doesn't show up

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
exax
Newbie
Posts: 9
Joined: Thu Jan 05, 2017 3:39 am
Contact:

[SOLVED] NVL character name doesn't show up

#1 Post by exax »

SOLVED:
Turns out set the x-pos and y-pos of the character name to 0, which means they don't show up in the box!


-------------------------------------------------------------------------------------------


I defined my character as follows:

define x = Character("Him",kind=nvl, color="#ffffff")
define y = Character("Her", kind=nvl, color="#ffffff")
define w = Character("???", kind=nvl, color="#ffffff")

In game, they show up as plain text in NVL mode, I'm not sure what went wrong.

1) I have tried defining as nvlx = Character("Him",kind=nvl, color="#ffffff")
2) I have tried defining as ("Him", color="#ffffff", kind=nvl), with the order of color and kind switched


Help would be much appreciated!

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Andredron, Google [Bot]