Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

Showing text after timer in Snowman

$
0
0
I just started using Snowman and have not had any trouble with basic branching and conditionals (I'm an experienced programmer) but I just tried to get some text to show after a timer and it isn't working. Help?

what I tried:
You died.

<%
setTimeout(function(){
print("[[Try again!|main]]");
}, 1000);
%>

Viewing all articles
Browse latest Browse all 1844

Trending Articles