Confused about NVL-Mode works with defining character.

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
Two Dollars
Newbie
Posts: 24
Joined: Wed Oct 11, 2023 1:51 pm
Deviantart: SophomoricEnt
Contact:

Confused about NVL-Mode works with defining character.

#1 Post by Two Dollars »

I am fairly new to Ren'py and have not used NVL-mode before. But I want to use Nighten's Yet Again phone system. I've watched and read the tutorials but had a question about defining characters.

Here is how I have my characters defined currently.

define MC_Name = Actor(Character("Alena Burke", color = "#FF0044"), "Alena Burke", 0, 0, 100, 60, 70, 80, 60)
define adrian = Actor(Character("Adrian Dragotta", color = "#0033FF"), "Adrian Dragotta", 50, 100, 80, 10, 50, 10, 100)
define nicky = Actor(Character("Nicky Hasagawa", color = "#0033FF"), "Nicky Hasagawa", 100, 25, 100, 100, 90, 100, 100)

If I want to use them in NVL-Mode do I just change them to this?

define MC_Name = Actor(Character("Alena Burke", kind = nv1, color = "#FF0044"), "Alena Burke", 0, 0, 100, 60, 70, 80, 60)
define adrian = Actor(Character("Adrian Dragotta", kind = nv1, color = "#0033FF"), "Adrian Dragotta", 50, 100, 80, 10, 50, 10, 100)
define nicky = Actor(Character("Nicky Hasagawa", kind = nv1, color = "#0033FF"), "Nicky Hasagawa", 100, 25, 100, 100, 90, 100, 100)

I was also a little confused about the whole NVL_clear command and how to get in and out of NVL Mode.

Thank you,

Post Reply

Who is online

Users browsing this forum: No registered users