Having quoted dialogue in a non-default character class?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
8bitRainbow
Newbie
Posts: 19
Joined: Tue Mar 29, 2016 9:21 pm
Contact:

Having quoted dialogue in a non-default character class?

#1 Post by 8bitRainbow »

Not sure if my title was confusing.. basically I'm running on about 50% trial-and-error and 50% actual understanding of coding stuff. I made a class for my characters because I didn't know how to add all the arguments I desired into the default one.. and I don't know how to code in making quotes appear around spoken dialogue.

Here's the class I created for my main character, please help n_n

Code: Select all

class PC(renpy.store.object):
        def __init__(self, n="name", fn="fam nickname", nn="nickname", money=0, age=0, own=[]):
            self.n=n
            self.fn=fn
            self.nn=nn
            self.money=money
            self.age=age
            self.own=own

philat
Eileen-Class Veteran
Posts: 1909
Joined: Wed Dec 04, 2013 12:33 pm
Contact:

Re: Having quoted dialogue in a non-default character class?

#2 Post by philat »

This is probably more helpful than answering your question as posed. viewtopic.php?f=8&t=46361

Post Reply

Who is online

Users browsing this forum: No registered users