Character colors stuck

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
User avatar
rusicaria
Regular
Posts: 84
Joined: Sat Mar 28, 2020 12:26 am
Projects: VivaCity (VN)
Tumblr: rusicariaGAMES
itch: rusicariaGAMES
Contact:

Character colors stuck

#1 Post by rusicaria »

Hello!

So im aware to change the color of a characters name is to use define etc
e.g

Code: Select all

define y = Character ("You", color = "#9A6AEC")
And it worked in the beginnings of writing my game, but just now I went to change the color and it's just stuck on that same color, for ALL of my sprites.

Any way I can change this?

Rabby
Newbie
Posts: 11
Joined: Tue Aug 24, 2021 3:29 pm
Contact:

Re: Character colors stuck

#2 Post by Rabby »

Is the statement written out correctly?

Try

Code: Select all

define y = Character(_("You"),color="#9A6AEC")
Or maybe

Code: Select all

define y = Character("[you]"),color="#9A6AEC")

Post Reply

Who is online

Users browsing this forum: apocolocyntose, Google [Bot], Majestic-12 [Bot]