Skip to content

ShowCharacter

Shows the character

Parameters

NameTypeOptionalDescription
characterstringPerson ID
emotionstringEmotion
classNamestring✔️Element.className
stylestring✔️style attribute

Usage

ts
engine.script({
  start: [
    engine.action.showCharacter(
      "Naruto",
      "horny",
      "animate__animated animate__repeat animate__shakeX",
      "left: 15%;"
    ),
  ],
});

Released under the ISC License.