Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Story scenario #12

Open
Watunder opened this issue Sep 23, 2024 · 0 comments
Open

Story scenario #12

Watunder opened this issue Sep 23, 2024 · 0 comments

Comments

@Watunder
Copy link
Owner

Watunder commented Sep 23, 2024

  • Syntax
Basic Description Example
Dialog Charactor:Experession:Dialogue:Voice
NVL Girl:idle:Hello!:00001
Event |EVENT Property=Value|...
|SHOW fg=0 bg=0|
Statement Description Example
Macro
    The event that includes multiple events.
  • @macro|EVENT2 Property2=Symbol|
  • |EVENT Property=Value Property2=Symbol|...
  • @endmacro
@macro|SHOW2 fg=index bg=index|
|SHOW fg=index bg=0|
|SHOW fg=0 bg=index|
@endmacro
|SHOW2 fg=1 bg=1|
Define
    The way to define the global value.
  • #define
  • |Property=Value|
  • #enddefine
#define
|GlobalValue=0|
#enddefine
Sync
    The way to sync call events.
  • ~sync
  • |EVENT Property=Value|...
  • ~endsync
~sync
|SHOW fg=0|
|SHOW bg=0|
~endsync
Branch
Dialog
  • Event
Name Property Example
SHOW fg:Number
bg:Number
|SHOW fg=0 bg=0|
HIDE fg:Number
bg:Number
|HIDE fg=0 bg=0|
MOVE fg:Number
t:Number
x:Number
y:Number
z:Number
|MOVE fg=0 t=0 x=0 y=0 z=0|
  • Others

VSCode Extension

@Watunder Watunder pinned this issue Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant