Mr. TurTur
Newbie
- Jun 12, 2020
- 98
- 86
Hey ho,
I try to connect my defined character with my layer image.
So i dont have to ___show name happy "Hi im eileen"___ all the time, and can rely on the basic ___a happy "Hi im eileen"___
I know i coud just render the combination of every expression and outfit and could get the same result, but that sucks.
I cant imagine its that hard.
Thank you in advance
I try to connect my defined character with my layer image.
So i dont have to ___show name happy "Hi im eileen"___ all the time, and can rely on the basic ___a happy "Hi im eileen"___
I know i coud just render the combination of every expression and outfit and could get the same result, but that sucks.
I cant imagine its that hard.
Thank you in advance
Python:
layeredimage Anelise:
always:
"anelise_a_base"
group clothes:
attribute clothes_1 default:
"anelise_a_clothes_1"
group faces:
attribute neutral default:
"anelise_a_neutral"
attribute angry:
"anelise_a_angry"
attribute happy:
"anelise_a_happy"
attribute shock:
"anelise_a_shock"
attribute horny:
"anelise_a_horny"
define a = Character("Anelise") #image=layerdimage Anelise / i know it doesnt work this way but i hoped it would :/
label start:
scene bg room
a neutral "You've created a new Ren'Py game."
a happy "im happy rn"
a angry "now im angry"
a angry "grrrrrr"
return