Search found 62 matches

by kahmehkahzeh
Sat Apr 15, 2017 6:19 am
Forum: Ren'Py Questions and Announcements
Topic: how to add Add a counting variable(Solved)
Replies: 9
Views: 1203

Re: how to add Add a counting variable

so that's all the code needed? and yes well the jump end wont be necessary, it was just for the example, as long as each one adds points or no points is all so example as a working script would be default points = 0 label start: "who is your daddy, and what does he do" menu: "an artic...
by kahmehkahzeh
Sat Apr 15, 2017 4:37 am
Forum: Ren'Py Questions and Announcements
Topic: how to add Add a counting variable(Solved)
Replies: 9
Views: 1203

how to add Add a counting variable(Solved)

So I decided since I cant figure out how to place the dialog box in the center and the options below... I might as well get the script into the game (as it is finished) but what I need to figure out is how to add a counting variable choice 1 = +1 choice 2 = +0 jump end if endcount = 1,2,3,4,5, or 6 ...
by kahmehkahzeh
Fri Apr 14, 2017 8:03 am
Forum: Ren'Py Questions and Announcements
Topic: how to remove preferences, load, help, about, and relocate
Replies: 5
Views: 825

Re: how to remove preferences, load, help, about, and reloca

I see your prior explanation, but now how would I add a start and quit that would operate the same as they would. I am assuming I could use the x po and y pos to place then where I want?

but yes go to bed I will as well. thank you again
by kahmehkahzeh
Fri Apr 14, 2017 7:47 am
Forum: Ren'Py Questions and Announcements
Topic: how to remove preferences, load, help, about, and relocate
Replies: 5
Views: 825

Re: how to remove preferences, load, help, about, and reloca

well I would want option 2 but I will go with option 1, because if they need to access these things I won't stop them I would just prefer them disabled.

This would be my day 2 and reducing all these amazing features seems mean but I just need the basic of basic, my story is well mind based
by kahmehkahzeh
Fri Apr 14, 2017 7:44 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

so you understand what I am doing as best as I can Black background, white text types in (occasional name of person speaking), after every choice, fade out then fade in. total of 9 choices, depending on your choices (value of 1 or 0) at the end based on the end number, the ending will be of 3 ends h...
by kahmehkahzeh
Fri Apr 14, 2017 7:39 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

I understand your statement thank you,

I havent even gotten to the fade in fade out... I plan to use that and haven't looked into it yet. thank you again (4:40am here)
by kahmehkahzeh
Fri Apr 14, 2017 7:32 am
Forum: Ren'Py Questions and Announcements
Topic: how to remove preferences, load, help, about, and relocate
Replies: 5
Views: 825

how to remove preferences, load, help, about, and relocate

Trying to remove these options as I am making a super basic game, I am trying to remove all the pink lines backgrounds and unneeded menu options, tho I am probably missing something obvious. could you please assist? this game will be a run through one where there is no need to save, I removed the me...
by kahmehkahzeh
Fri Apr 14, 2017 6:29 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

So that option does not type on screen like the dialog does, it just puts it all there. is there a way to make it do the CPS?
by kahmehkahzeh
Fri Apr 14, 2017 4:51 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

So using the pause it waits for that time then changes over to the next text after the time allotted where say is the interaction of the user?
by kahmehkahzeh
Fri Apr 14, 2017 4:17 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

I will tell you now its almost the basic script. I need to get all of this resolved before I dive full on into it, I have the entire script done. # The script of the game goes in this file. # Declare characters used by this game. The color argument colorizes the # name of the character. define n = C...
by kahmehkahzeh
Fri Apr 14, 2017 3:46 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

So I tried using show text, and it does in fact center it, but it does not switch between it always shows the LAST thing show text is set for.
by kahmehkahzeh
Thu Apr 13, 2017 11:24 pm
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

So by making it all images I see how that could work because I could make the scenes fade in and out correct?
On the other note, what is show text function I did not find that, and again is there a way to eliminate the options on the page? (rewind fast forward etc)
by kahmehkahzeh
Thu Apr 13, 2017 9:10 pm
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

well its just centered, as in the center of the screen, and as there is more text entered no matter how much it centeres itself in the screen, but just like in the Visual part, each sentence/paragraph only appears one at a time. not several per page.
by kahmehkahzeh
Thu Apr 13, 2017 7:30 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

So I see how that works, but it wasn't clear on how remove the frills and center the text, and is there a fade in and fade out of text? I think I am blind, and is there a way to disable options on preferences and such, so I can set the balance for a solid setting so they just turn up or down their o...
by kahmehkahzeh
Thu Apr 13, 2017 7:10 am
Forum: Ren'Py Questions and Announcements
Topic: how to make a blank center dialog text
Replies: 19
Views: 2077

Re: how to make a blank center dialog text

found something reading it now