Search found 18 matches

by Hasuko
Fri Jun 28, 2013 9:03 am
Forum: Ren'Py Questions and Announcements
Topic: "Sayer '%s' is not defined."
Replies: 6
Views: 2057

Re: "Sayer '%s' is not defined."

I see thank you! I copied it directly from the Wiki. ^^; I'm new to Python so thank you for the heads up! If I wanted to add a third arg, would I do it like this? init python: def conditional_portrait(status_var, filename_prefix, outfits, states): args = [] args.append("%s == None"%status_var) # The...
by Hasuko
Fri Jun 28, 2013 1:46 am
Forum: Creative Commons
Topic: █████▓▒░ UNCLE MUGEN'S FREE VN (OELVN) RESOURCES ░▒▓█████
Replies: 815
Views: 481823

Re: Uncle Mugen's FREE resources

Hi UncleMugen. I'm grabbing some of your backgrounds as placeholders in my project until I can get my own art. Thank you very much!
by Hasuko
Thu Jun 27, 2013 10:01 pm
Forum: Ren'Py Questions and Announcements
Topic: "Sayer '%s' is not defined."
Replies: 6
Views: 2057

"Sayer '%s' is not defined."

Hi all, first post here.. I'm trying to get conditional side portraits to work using the Ren'Py tutorial, however it is throwing errors and saying "sayer not defined" when I use the code from the Wiki (http://www.renpy.org/wiki/renpy/doc/cookbook/Conditional_Side_Images): init python: def conditiona...