Hi, I am trying to make dialog from this tutorial -- https://fr.flossmanuals.net/creating-point-and-click-games-with-escoria/creat-actions/
I carefully did all steps, but my scene shows me only first sentence
:talk
say cat "Hello young panda"
say cat "Don’t worry, you’ll succeed"
set_global introduced true
stop
Script output is
vm on telon is [Node:601]
connected
**** screen ofs is (0, 0)
setting camera limits from scene (0, 0, 40, 40)
**** screen ofs is (0, -45)
setting camera limits from scene (0, 0, 40, 40)
**** screen ofs is (0, 0)
setting camera limits from scene (0, 0, 40, 40)
hud got tooltip text cat.tooltip
hud got tooltip text
item set speaking! cat True default
hud got tooltip text
item set speaking! cat False default
hud got tooltip text cat.tooltip
hud got tooltip text
item set speaking! cat True default
hud got tooltip text
item set speaking! cat False default
hud got tooltip text cat.tooltip
hud got tooltip text
item set speaking! cat True default
I never reach second sentence. Why?