Page 1 of 1

[solved] Darkening Non-Speaking Sprites

Posted: Fri Nov 11, 2016 1:44 pm
by Kaen
Hello!

I'd like to darken the sprites of characters that are not speaking, like on this image:

Image

There's a way to do this automatically? I'd like to avoid changing them manually like this:

Code: Select all

show lucy darkened
show eileen normal
eileen "Lucy is darkened."

show eileen darkened
show lucy normal
lucy "Now Eileen is darkened."
Thanks in advance!

Re: Darkening Non-Speaking Sprites

Posted: Fri Nov 11, 2016 2:30 pm
by Donmai
I've seen some threads about that. Never tested it, though.
viewtopic.php?f=8&t=38231
viewtopic.php?f=8&t=35367

Re: Darkening Non-Speaking Sprites

Posted: Fri Nov 11, 2016 3:06 pm
by Kaen
Thanks Donmai!

I guess using _last_say_who with ConditionSwitch will do the magic.