Search found 12 matches

by Skittle Sama
Sat May 28, 2005 11:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Names inside Dialogue?
Replies: 14
Views: 3925

There you go, I sent it via PM to your inbox.
My comments are a little confusing.
by Skittle Sama
Sat May 28, 2005 11:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Names inside Dialogue?
Replies: 14
Views: 3925

Odd, I still seem to be getting error messages. I made sure that the lines weren't indented after that, but I'm still getting error messages. If I have the input code there, does that mean that all the rest of the game script will have to be be 'un-indented' as well? Sorry to be such a bother to you...
by Skittle Sama
Sat May 28, 2005 10:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Names inside Dialogue?
Replies: 14
Views: 3925

Oh? Thank you Pytom! I appreciate the update. I didn't know that the code had been changed. I'm sorry, but an exception occured while executing your Ren'Py script. ParseError: On line 239 of game/script.rpy: one-line python statement does not expect a block. $ player = renpy.input("Please enter...
by Skittle Sama
Sat May 28, 2005 9:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Names inside Dialogue?
Replies: 14
Views: 3925

I take that back. Now my problem must me in the coding itself:

Code: Select all

init:
    python:
        def p(what):
            renpy.display_say(player, what, color=(255, 255, 0, 255))

        p.say = p

$ player = renpy.prompt("Please enter your name:", "", 30)
by Skittle Sama
Sat May 28, 2005 7:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Names inside Dialogue?
Replies: 14
Views: 3925

Problem Fixed!
Solved my own problem! The name variable worked perfectly! Thank you SJ.
by Skittle Sama
Sat May 28, 2005 2:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Names inside Dialogue?
Replies: 14
Views: 3925

Names inside Dialogue?

Strange, I was reading over the old topic of 'custom names' to remember how to create a user inputted name. However, mid-workings into a dialogue in the game, I noticed something. If you have a character speaking, is it possible to have them refer to the user inputted name in the actual dialogue? If...
by Skittle Sama
Sat May 28, 2005 1:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Noob, but still a valid question.
Replies: 18
Views: 5027

I definitely agree. Especially because that everyone on the board is wiling to help someone else unconditionally. It's indeed very selfless.
by Skittle Sama
Fri May 27, 2005 6:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Noob, but still a valid question.
Replies: 18
Views: 5027

B)Skittle sama, two things: i)where have you been? haven't heard from you in a while ii)try firefox. it hasn't quite failed too many times... except on a couple select files from unstable servers. Classes have been taking up so much of my time lately. I've been finishing my finals in 2DIllustration...
by Skittle Sama
Thu May 26, 2005 8:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Noob, but still a valid question.
Replies: 18
Views: 5027

I can't even begin to tell you how many times that I've tried to download the newest Rem'Py elease and it simply just is 'corrupted' over and over and over. It's frustrating. I may have to bring a disc to campus and download/burn it there. I don't think that it's my computer though if someone else i...
by Skittle Sama
Sun Apr 24, 2005 11:56 am
Forum: Ren'Py Questions and Announcements
Topic: On the topic of menus...
Replies: 26
Views: 9165

That's strange- When I attempted to download the newest version of Ren'Py so that I could update 4.7.1, it said that the zip file was corrupted. I tried to redownload it several times. Has anyone else had that problem? ------------- [Edit:] Nevermind, for some reason, I think that's it's a problem w...
by Skittle Sama
Sat Apr 23, 2005 2:13 pm
Forum: Ren'Py Questions and Announcements
Topic: On the topic of menus...
Replies: 26
Views: 9165

Well, I always encourage people to use the latest release. There are bug fixes in 4.7.2 and 4.8 that aren't there in 4.7.1. (Of course, there's always a chance of new bugs.) That is always true. I'll get the newest release. =3 Not easily. If you did it all the time, then you might remove the menu_w...
by Skittle Sama
Sat Apr 23, 2005 2:02 pm
Forum: Ren'Py Questions and Announcements
Topic: On the topic of menus...
Replies: 26
Views: 9165

Actually that seemed to fix the problem! What I meant was: a "{size=-3}What do you mean early?{/size}" j "{size=-3}I'm the only one who's here that I know about besides you.{/size}" Not the actual size being 3, but down 3 sizes. 'Sorry for the mix up. The codes that you gave me f...