i am trying to create simulation of writing a letter. Player will see empty paper
Code: Select all
show vzkaz4 with dissolve:
xanchor .5
yanchor .5
xpos .5
ypos .35Code: Select all
menu:
"About snow":
$ topic = "I really like snow!"
"About trees":
$ topic = "I like trees."Code: Select all
show expression Text("%(topic)s", size=25, color = "#000") as text with dissolve:
xanchor .0
yanchor .0
xpos .1
ypos .1If I use it in normal dialog sentence
Code: Select all
"Tom" "%(topic)s"

