Skip to content

Messages in chat deploying too fast  #48

@DomGurb

Description

@DomGurb

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);
%>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions