What it does
dialogue.next takes no arguments.
Signature
dialogue.next()Arguments
It takes none.
Example · generated
function start() { dialogue.next();}dialogue.next is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.