use expression do not work with Ubunta

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
evetaell
Newbie
Posts: 2
Joined: Mon Apr 05, 2021 11:50 am
Contact:

use expression do not work with Ubunta

#1 Post by evetaell »

Hello!

Please, help me. I have Ubunta and renpy v. 7.1.3.
I have a mistake with my code.

Code: Select all

label start:
    show screen loc("test", "loc2")
    ''
    return

screen loc(tx, act):
    vbox:
        text tx
        use expression act

screen loc2():
    text "123"
Text mistake:

File "game/script.rpy", line 33: end of line expected.
use expression act


What problem with expression?

Post Reply

Who is online

Users browsing this forum: No registered users