Search found 2 matches

by gimyosan
Sun Jan 12, 2020 3:16 am
Forum: Ren'Py Questions and Announcements
Topic: Calling Image Attribute by Variable
Replies: 1
Views: 329

Calling Image Attribute by Variable

I'm trying to implement a semi-randomized outfit system where a character is dressed consistently for a period of time. I'm currently using a layered image system for the clothing sprites and it works great, but I'm a bit stuck on how to approach the randomizer system. I was thinking of something ki...
by gimyosan
Sun Jan 05, 2020 4:28 am
Forum: Ren'Py Questions and Announcements
Topic: Assigning Specific Animation to Specific Image Attribute?
Replies: 1
Views: 453

Assigning Specific Animation to Specific Image Attribute?

Hi! I'm new to Ren'Py and the forums, and I'm currently trying to implement a set of dynamic character sprites. What I'm trying to do right now is get blinks implemented. Originally, I had blinks implemented like this: image npc sad: contains: "npc_sad.png" contains: "npc_sad_blink.pn...