Search found 2 matches

by sarahelecko
Sun Jun 01, 2008 3:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Super noob :) Just trying to understand what works.
Replies: 1
Views: 674

Re: Super noob :) Just trying to understand what works.

Ooooh. I see.
I'm dumb.

Didn't realize %(variable)s would display a variable. ^_^
by sarahelecko
Sun Jun 01, 2008 2:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Super noob :) Just trying to understand what works.
Replies: 1
Views: 674

Super noob :) Just trying to understand what works.

init: $ povname = "" $ y = DynamicCharacter("povname", color=(192, 64, 64, 255)) $ a = ("Aiko") label start: $ apoints = 0 show text "Answer some questions.." $ povname = renpy.input("What is your name, pimp?") y "My name is %(povname)s." ...