Skip to content

Visual Novel Commands Listing

Character

DeclCharacter

Command Invocation

[DeclCharacter: name=] (+optional: List)

Additional keywords used by the command:

  • Sprite

  • SpritePlacingConfig

    • AbsolutePosition(Anchor, Scale, [AnchorCoord])
    • SpriteDefaultConfig(BaseHeight, TopHeight, XOffset [,XPos])
  • SideImage

  • Say

    • NameColor
    • ContentColor
  • SayAlternativeName

    • NameColor

    • ContentColor

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (DeclCharacter): vnparse/CMD_DeclCharacter

Parameter(s):

  • name: vnparse/CMD_DeclCharacter_name

Additional Keyword(s):

  • Sprite: vnparse/chdecl_sprite

    • : vn_util/vtype_image_expr_tree
  • SpritePlacingConfig: vnparse/chdecl_sprite_placer

    • AbsolutePosition(Anchor, Scale, [AnchorCoord]): vn_util/placer_absolute_helptext
    • SpriteDefaultConfig(BaseHeight, TopHeight, XOffset [,XPos]): vn_util/placer_sprite_helptext
  • SideImage: vnparse/chdecl_sideimage

    • : vn_util/vtype_image_expr_tree
  • Say: vnparse/chdecl_say

    • NameColor: vnparse/sayinfo_namecolor
    • ContentColor: vnparse/sayinfo_contentcolor
  • SayAlternativeName: vnparse/chdecl_say_alternative_name

    • : vn_util/vtype_sayname

    • NameColor: vnparse/sayinfo_namecolor

    • ContentColor: vnparse/sayinfo_contentcolor

CharacterEnter

Command Invocation

[CharacterEnter: characters=<1-N of {Call expression}>, transition=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (CharacterEnter): vnparse/CMD_CharacterEnter

Parameter(s):

  • characters: vnparse/CMD_CharacterEnter_characters
  • transition: vnparse/CMD_CharacterEnter_transition

CharacterExit

Command Invocation

[CharacterExit: characters=<1-N of {Call expression}>, transition=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (CharacterExit): vnparse/CMD_CharacterExit

Parameter(s):

  • characters: vnparse/CMD_CharacterExit_characters
  • transition: vnparse/CMD_CharacterExit_transition

SwitchCharacterState

Command Invocation

[SwitchCharacterState: state_expr=<1-N of {String} or Call expression>]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (SwitchCharacterState): vnparse/CMD_SwitchCharacterState

Parameter(s):

  • state_expr: vnparse/CMD_SwitchCharacterState_state_expr

Dialogue and Narration

LongSpeech

Command Invocation

[LongSpeech: sayer=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (LongSpeech): vnparse/CMD_LongSpeech

Parameter(s):

  • sayer: vnparse/CMD_LongSpeech_sayer

InterleaveSayer

Command Invocation

[InterleaveSayer: sayer=<1-N of {Call expression}>]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (InterleaveSayer): vnparse/CMD_InterleaveSayer

Parameter(s):

  • sayer: vnparse/CMD_InterleaveSayer_sayer

DefaultSayMode

Command Invocation

[DefaultSayMode]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (DefaultSayMode): vnparse/CMD_DefaultSayMode

Scene

DeclScene

Command Invocation

[DeclScene: name=] (+optional: List)

Additional keywords used by the command:

  • Background

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (DeclScene): vnparse/CMD_DeclScene

Parameter(s):

  • name: vnparse/CMD_DeclScene_name

Additional Keyword(s):

  • Background: vnparse/scenedecl_background

    • : vn_util/vtype_image_expr_tree

SwitchScene

Command Invocation

[SwitchScene: scene=, transition=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (SwitchScene): vnparse/CMD_SwitchScene

Parameter(s):

  • scene: vnparse/CMD_SwitchScene_scene
  • transition: vnparse/CMD_SwitchScene_transition

Image

DeclImage

Command Invocation

[DeclImage: name=, path=]

[DeclImage: name=, source=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (DeclImage): vnparse/CMD_DeclImage

Parameter(s):

  • name: vnparse/CMD_DeclImage_name
  • path: vnparse/CMD_DeclImage_path
  • source: vnparse/CMD_DeclImage_source

HideImage

Command Invocation

[HideImage: image_name=, transition=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (HideImage): vnparse/CMD_HideImage

Parameter(s):

  • image_name: vnparse/CMD_HideImage_image_name
  • transition: vnparse/CMD_HideImage_transition

Music and Sound

SetBGM

Command Invocation

[SetBGM: bgm=]

[BGM: bgm=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (SetBGM, BGM): vnparse/CMD_SetBGM

Parameter(s):

  • bgm: vnparse/CMD_SetBGM_bgm

Chapter and Branching (Control Flow)

Function

Command Invocation

[Function: name=]

[Section: name=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (Function, Section): vnparse/CMD_Function

Parameter(s):

  • name: vnparse/CMD_Function_name

CallFunction

Command Invocation

[CallFunction: name=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (CallFunction): vnparse/CMD_CallFunction

Parameter(s):

  • name: vnparse/CMD_CallFunction_name

TailCall

Command Invocation

[TailCall: name=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (TailCall): vnparse/CMD_TailCall

Parameter(s):

  • name: vnparse/CMD_TailCall_name

Jump

Command Invocation

[Jump: name=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (Jump): vnparse/CMD_Jump

Parameter(s):

  • name: vnparse/CMD_Jump_name

Label

Command Invocation

[Label: name=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (Label): vnparse/CMD_Label

Parameter(s):

  • name: vnparse/CMD_Label_name

Select

Command Invocation

[Select: name=, finish_action=<"continue"|"loop", Default: "continue">] (+List)

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (Select): vnparse/CMD_Select

Parameter(s):

  • name: vnparse/CMD_Select_name
  • finish_action: vnparse/CMD_Select_finish_action

  • continue: vnparse/ENUM_SelectFinishAction_CONTINUE

  • loop: vnparse/ENUM_SelectFinishAction_LOOP

ExitLoop

Command Invocation

[ExitLoop]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (ExitLoop): vnparse/CMD_ExitLoop

Return

Command Invocation

[Return]

[FinishSection]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (Return, FinishSection): vnparse/CMD_Return

Options and Settings

ExportToFile

Command Invocation

[ExportToFile: filepath=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (ExportToFile): vnparse/CMD_ExportToFile

Parameter(s):

  • filepath: vnparse/CMD_ExportToFile_filepath

Special Commands

DeclAlias

Command Invocation

[DeclAlias: alias_name=, target=]

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (DeclAlias): vnparse/CMD_DeclAlias

Parameter(s):

  • alias_name: vnparse/CMD_DeclAlias_alias_name
  • target: vnparse/CMD_DeclAlias_target

ASM

Command Invocation

[ASM: content=, backend=]

[ASM: backend=] (+Special Block)

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (ASM): vnparse/CMD_ASM

Parameter(s):

  • content: vnparse/CMD_ASM_content
  • backend: vnparse/CMD_ASM_backend

ExpandTable

Command Invocation

[ExpandTable: cmdname=] (+Table)

Description

No documentation available at this moment.

Translation & Aliasing

Command Name (ExpandTable): vnparse/CMD_ExpandTable

Parameter(s):

  • cmdname: vnparse/CMD_ExpandTable_cmdname

Comment

Command Invocation

[Comment: comment=]

Description

Comments

Translation & Aliasing

Command Name (Comment): vnparse/CMD_Comment

Parameter(s):

  • comment: vnparse/CMD_Comment_comment