Search found 3 matches

by Juliehovonatch
Sun Jan 08, 2012 3:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Can you center the text when the player inputs their name?
Replies: 1
Views: 1477

Can you center the text when the player inputs their name?

Okay, so I am coding the beginning of my game and I can't figure out how to center the text that appears when you prompt the player to input there name. The coding for inputting a player's name is: $ povname = renpy.input("Before we begin, what is your name?") I've tried to edit the code s...
by Juliehovonatch
Mon Jul 18, 2011 11:23 am
Forum: Ren'Py Questions and Announcements
Topic: Point Based Game Help!
Replies: 10
Views: 1306

Re: Point Based Game Help!

Thank you so much! That fixed it :)
by Juliehovonatch
Mon Jul 18, 2011 12:53 am
Forum: Ren'Py Questions and Announcements
Topic: Point Based Game Help!
Replies: 10
Views: 1306

Point Based Game Help!

I am trying to make a point based game, but every time I try and have the player gain or lose points I get an error saying something like NameError: name 'Dren_points' is not defined. I did the coding at the very beginning like the guide said label start: $ Dren_points = 0 $ Will_points = 0 $ Ellie_...