Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages in chat deploying too fast #48

Open
DomGurb opened this issue Jan 15, 2024 · 0 comments
Open

Messages in chat deploying too fast #48

DomGurb opened this issue Jan 15, 2024 · 0 comments

Comments

@DomGurb
Copy link

DomGurb commented Jan 15, 2024

I have an issue with the messages. I have a couple of bots 'talking' with each other in the beginning, and the deployment of the messages is too fast. I want to adjust the delay of the next message so it seems more natural as if someone was actually writing it.

here is the code for the delay:
<%
story.showDelayed("NAMEofPASSAGE");
%>

and I tried adding the amount of delay I want at the end but it didn't help.
<%
story.showDelayed("NAMEofPASSAGE", 5000);
%>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant