Search found 1 match

by meagkhan
Wed Sep 27, 2023 4:25 pm
Forum: Ren'Py Questions and Announcements
Topic: DynamicImage error
Replies: 4
Views: 2158

Re: DynamicImage error

concatenate them to fix it. quotes and + like this: see the variable? they're not within quotes. screen test3(): for stuff1, stuff2 in thisobject: imagebutton: idle "1/2/" + stuff1 + "_" + stuff2 + "_idle.png" hover "1/2/" + stuff1 + "_" + stuff2 + ...