Skip to content

Say

Shows the text that someone says. Unline Dialog works only with characters and does not support emotions.

Parameters

ИмяTypeOptionalDescription
personstringPerson ID strictly
contentTextContentLyrics

Usage

ts
engine.script({
  start: [
    engine.action.say(
      "character id",
      "text",
    )
  ],
});

Released under the ISC License.