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.
-
Newnewbie
- Newbie
- Posts: 23
- Joined: Sun Dec 08, 2019 4:06 am
-
Contact:
#1
Post
by Newnewbie » Fri Dec 13, 2019 2:38 pm
Hello guys!
I have a question:
Can we have 2 different dialogue windows, with different parameters ? Like in this example:
I would like to have a different window for dialogue and a different window for descriptions.
Thank you :]
-
isobellesophia
- Miko-Class Veteran
- Posts: 979
- Joined: Mon Jan 07, 2019 2:55 am
- Completed: None
- Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
- Organization: Friendly Teachers series
- Deviantart: SophBelle
- itch: Child Creation
- Location: Philippines, Mindanao
-
Contact:
-
Per K Grok
- Miko-Class Veteran
- Posts: 807
- Joined: Fri May 18, 2018 1:02 am
- Completed: the Ghost Pilot, Sea of Lost Ships, Bubbles and the Pterodactyls, Defenders of Adacan Part 1 & 2, the Phantom Flyer
- itch: per-k-grok
- Location: Sverige
-
Contact:
#3
Post
by Per K Grok » Sat Dec 14, 2019 5:40 am
Newnewbie wrote: ↑Fri Dec 13, 2019 2:38 pm
Hello guys!
I have a question:
Can we have 2 different dialogue windows, with different parameters ? Like in this example:
I would like to have a different window for dialogue and a different window for descriptions.
Thank you :]
Maybe this can be of help
viewtopic.php?f=8&t=53568
-
Newnewbie
- Newbie
- Posts: 23
- Joined: Sun Dec 08, 2019 4:06 am
-
Contact:
#5
Post
by Newnewbie » Sat Dec 14, 2019 1:07 pm
Ok. I did well the different style of windows. Thanks!
But I still have an issue with:
Code: Select all
define gui.dialogue_xpos = 80
define gui.dialogue_ypos = 20
define gui.dialogue_width = 560
Which is the parameters (from gui) of my first window style who is applied to my second window style too :/ How can I duplicate those parameters to change it to only apply them to my second window style?
Thank you