ImpowerGames / impower

An all-in-one, community-powered indie development platform that gives creative people the tools they need to bring their ideas to life.
https://www.impower.app
2 stars 1 forks source link

"Text" of a text line directly above Go-to command is never visible #169

Closed Wipeless closed 2 years ago

Wipeless commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Steps To Reproduce

  1. Create the following script:
    
    # Root

Time to try

{~*|First|Second|Third}

^

First

First try

Root

Second

Second try

Root

Third

Third try

Root


2. Verify that the text "Time to try" is directly above the go-to command.
3. Play the script.

Expected Result "Time to try" is seen in the preview. Or an error showing that this text will never be reached.

Actual Result The script plays while quickly skipping over text it seems like it never existed.

Desktop (please complete the following information):

lovelle-cardoso commented 2 years ago

@Wipeless Fixed by d979812e

NOTE: If you don't leave a blank line after a text command, it should auto advance to the next command once the text finishes typing out.

This is to facilitate doing things like displaying choices after a question finishes typing out without the user needing to click to see the choices.

Try this:

JANE
How does that sound?

+ Confusing...
+ Convenient!

Versus this:

JANE
How does that sound?
+ Confusing...
+ Convenient!
Wipeless commented 2 years ago

Good to know! This has been verified!