Search found 11 matches

by Tahrgat
Sat Jan 18, 2014 6:18 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I continue after an "if" isn't satisfied? (Solved)
Replies: 2
Views: 475

Re: How do I continue after an "if" that isn't satisfied?

Anima wrote:Your indention is wrong. The correct way is this:

Code: Select all

label spam:
    "Text"
    if eggs:
        "Only if eggs is True"
    "Will display even if eggs is False"
Thank you for the help Anima :) Works like a charm now.
by Tahrgat
Sat Jan 18, 2014 5:36 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I continue after an "if" isn't satisfied? (Solved)
Replies: 2
Views: 475

How do I continue after an "if" isn't satisfied? (Solved)

Sorry about all the questions :/. Especially because most of mine are just stupid little things I just can't quite get. So My question this time is how can I put text after "That occult book intrigues me. Maybe I should study it some more later." in the code below and still have it pop up ...
by Tahrgat
Thu Jan 16, 2014 10:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Multiple Requirments For An Option To Show (Solved)
Replies: 2
Views: 476

Re: Multiple Requirments For An Option To Show

Just use the 'and' operator. :) "GO TO BED" if amity_first_done and imoen_first_done and study_first_done: "sleep" You can also do it as amity_first_done == True and imoen_first_done == True and study_first_done == True . THANK YOU SO MUCH akemicchi! I, somehow, overlooked this ...
by Tahrgat
Thu Jan 16, 2014 10:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Multiple Requirments For An Option To Show (Solved)
Replies: 2
Views: 476

Multiple Requirments For An Option To Show (Solved)

Thank you for reading my question :) I need to know how to set an option to appear only after all the other options have been completed. This is the script below. Specifically I need to know how I should phrase the code for "GO TO BED" after "if" so that it will become present wh...
by Tahrgat
Sun Jan 12, 2014 10:30 am
Forum: Ren'Py Questions and Announcements
Topic: how do you place a single ' ? (Solved)
Replies: 4
Views: 708

Re: how do you place a single ' ?

Crazy Li wrote:This works for double quotes too, to note.
I appreciate it Li :) My biggest problem was that I kept trying to position 2 backslashes for a single ' like you would do for "". It was dumb of me, but I just couldn't find the answer anywhere.
by Tahrgat
Sat Jan 11, 2014 7:58 pm
Forum: Ren'Py Questions and Announcements
Topic: how do you place a single ' ? (Solved)
Replies: 4
Views: 708

Re: how do you place a single ' ?

akemicchi wrote:The backslash should be right before the apostrophe.
'"He went to his sister\'s car."'
Thank you so much. Works like a charm :) Sorry about being ignorant.
by Tahrgat
Sat Jan 11, 2014 7:11 pm
Forum: Ren'Py Questions and Announcements
Topic: how do you place a single ' ? (Solved)
Replies: 4
Views: 708

how do you place a single ' ? (Solved)

For the life of me I can't understand how to place a single ' in a Ren'Py dialog. Example: "He went to his sister's car." I've tried every kinda backslashing with no luck. I know this is probably simple and dumb, but I could really use an answer if anyone will please humor me. Also I want ...
by Tahrgat
Sat Jan 11, 2014 5:47 pm
Forum: General Discussion
Topic: What is your type?
Replies: 167
Views: 18418

Re: What is your type?

I have always liked women with an inner strength that aren't afraid to or have enough courage to let you know that they like you. I married this type after all.
by Tahrgat
Sat Jan 11, 2014 5:23 pm
Forum: General Discussion
Topic: What do you hate about yourself?
Replies: 64
Views: 10673

Re: What do you hate about yourself?

I am generally liked by people. Many come to me for advice on relationships and about unfortunate events because I have this kinda weird understanding about what is happening in people's mind during a situation. That insight allows me to dissect events and come up with solutions. Despite all that I ...
by Tahrgat
Sat Jan 11, 2014 5:11 pm
Forum: General Discussion
Topic: What do people misunderstands about you?
Replies: 88
Views: 9876

Re: What do people misunderstands about you?

People, especially females, often view me as timid or non-sexual because I don't go out of my way to flirt, because I don't stare at women like most guys do and because I generally will go out of my way to avoid being overly close to or touching females. I behave this way because I respect women and...
by Tahrgat
Sat Jan 11, 2014 4:39 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5535
Views: 2801331

Re: Guestbook

Hello, my name is Leo, but I am more commonly referred to as Tahrgat online. I stopped into this forum for information about Ren'Py. What I found was a nice community. I am fairly new to this sorta game engine, but I want to learn it well. I am not a very capable artist so the game I am making will ...