Timed Choices Code

    TREASURE
This timer choice may last for about 13 seconds.

choice [timedAutoChoose]
“Kiss me!!!” {

Animation - Dip Kiss Left {

@TREASURE spot 1.28 150 100 AND TREASURE faces left
@DAVE spot 1.28 150 100 AND DAVE faces left
@TREASURE moves to layer 2
@DAVE moves to layer 1
@TREASURE starts kiss_dip_rear
@DAVE starts kiss_dip

#}

@pause for 6

} “You break up, and your life is over.” {
TREASURE
We’re OVER!!!

    DAVE
Noooooooooo!!!

@TREASURE exits left in 5
}

4 Likes

image
TREASURE
This is what a “layout” choice looks like.

choice [layout]
“Kiss me!!!” {

Animation - Dip Kiss Left {

@TREASURE spot 1.28 150 100 AND TREASURE faces left
@DAVE spot 1.28 150 100 AND DAVE faces left
@TREASURE moves to layer 2
@DAVE moves to layer 1
@TREASURE starts kiss_dip_rear
@DAVE starts kiss_dip

#}

@pause for 6

} “You break up, and your life is over.” {
TREASURE
We’re OVER!!!

    DAVE
Noooooooooo!!!

@TREASURE exits left in 5
}

1 Like

I saved this choice as “visual” and then THIS SHOWS UP:


image

3 Likes

Why was u sent this

1 Like

@stephp99

Holy flipping guacamole fhkjsdfhkjdhfkjwefhkj THIS IS LEGIT WHAT I NEEDED

1 Like

YESSS WAS THIS EVEN ANNOUNCED??? :tired_face:

1 Like

Well people are saying it doesn’t work… So maybe it’s something they’re working on and will release later?

For me, it works when I preview it on my phone but not my computer.

I think that It was always here, just people never knew about it

I saw it before, i just thimk that people never even knew…

Is there any indication on the dialogue box or anything that this is a timed choice?

Thanks for sharing the code! :slight_smile:

Hey everyone! Thanks for all the enthusiasm on this feature! We’re pretty excited about announcing this soon as well, but just so you know, timed choices are still under development, so be aware that things can change with the next app update. We’re putting some final updates on it at this time and hope to share it officially soon!

Thanks again for the amazing enthusiasm!

14 Likes

Great find! Much like the Timed Choices this is a feature that we’re still working, so you can expect changes to how the feature works in future updates. Once we plan to do a final roll-out of the feature you’ll see a message from us on the forum!

7 Likes

I wrote this:

choice [timed:(15)]
“one” {

NARRATOR
One.

}
“two” {

NARRATOR
Two.

}

And got the unexpected block end error.

That is cause you wrote it wrong, you should write it like this

choice [timed : 15]
“one” {

NARRATOR
One.

}
“two” {

NARRATOR
Two.

}

Whoops, thank you! It works now!

I LOVE this!! Thank you so much for finding it :heart: I hope that in the future instead of auto-choosing the last choice we can set it to have a different scene where you “miss the choice” (if anyone gets what I mean, LOL) :smile:

5 Likes

YASSSSSS!!! Thank you so much!

So this is like a glitch is it?