Variable for to long displaying images statement

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
HijiKili
Newbie
Posts: 4
Joined: Thu Dec 06, 2018 3:35 am
Projects: Taka
Organization: EXstudio
Contact:

Variable for to long displaying images statement

#1 Post by HijiKili »

I tired and tried as I can, but I feel dizzy today and giving up to not waste more time on this prob.

Here my problem, I know the basic of how to display image and use statement
heres my alpha dialogs

Code: Select all

    "The white car travel above road with steady and gently."
    
    show taka normal at side_right onlayer mcsprite with dissolve #its painfull in my fingers typing allthese thing over and over again each new label started
    
    "Me, and my father just siting while on the way to our home."
    show test at side_left onlayer mcsprite with dissolve
    Rg "So {w=1}what do you feel finally come home?"
    show test onlayer mcsprite with dissolve
    
    show taka talk onlayer mcsprite with dissolve
    
    Tk "I don't know, it's still on the way."
    show test onlayer mcsprite with dissolve
    show taka normal onlayer mcsprite with dissolve
    Rg "Well, do you have thinking about your sisters?"
    show test onlayer mcsprite with dissolve
    show taka talk onlayer mcsprite with dissolve
    Tk "Uhm.{w=1}.{w=1}.{w=1} not really-"
    show test onlayer mcsprite with dissolve
    show taka normal onlayer mcsprite with dissolve
    Rg "They even doesn't know you will coming home today, Taka."
    Rg "They may a bit suprise meet you, son."
    hide test onlayer mcsprite
    "Maybe I the person who not suprise. Cuz' there're nothing I expect anyway."
    hide taka normal onlayer mcsprite
I want to make a simple variable likes when I insert "show takaRe" its do this "taka normal at side_right onlayer mcsprite with dissolve" to make easier- u know what its does XD

sorry if i have bad grammar, Im not very good with english and its already late night
thanks for visit and read XD

HijiKili
Newbie
Posts: 4
Joined: Thu Dec 06, 2018 3:35 am
Projects: Taka
Organization: EXstudio
Contact:

Re: Variable for to long displaying images statement

#2 Post by HijiKili »

bump ? :'3
I still stuck with this problem

User avatar
Karl_C
Veteran
Posts: 232
Joined: Sun Mar 31, 2013 6:18 am
Contact:

Re: Variable for to long displaying images statement

#3 Post by Karl_C »

Simple solution:

Code: Select all

label takare:
    show taka normal at side_right onlayer mcsprite with dissolve
    return

Code: Select all

label start:
    call takare 
    Tk "I don't know, it's still on the way."

Post Reply

Who is online

Users browsing this forum: Alex, Amazon [Bot], Bing [Bot], Google [Bot], Semrush [Bot]