We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dialog
Charactor:Experession:Dialogue:Voice
NVL Girl:idle:Hello!:00001
Event
|EVENT Property=Value|
|SHOW fg=0 bg=0|
Macro
@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
#define
|Property=Value|
#enddefine
#define|GlobalValue=0|#enddefine
Sync
~sync
~endsync
~sync|SHOW fg=0||SHOW bg=0|~endsync
Branch
SHOW
fg:Number
bg:Number
HIDE
|HIDE fg=0 bg=0|
MOVE
t:Number
x:Number
y:Number
z:Number
|MOVE fg=0 t=0 x=0 y=0 z=0|
VSCode Extension
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dialog
Charactor:Experession:Dialogue:Voice
Event
|EVENT Property=Value|
...Macro
The event that includes multiple events.
@macro|EVENT2 Property2=Symbol|
|EVENT Property=Value Property2=Symbol|
...@endmacro
Define
The way to define the global value.
#define
|Property=Value|
#enddefine
Sync
The way to sync call events.
~sync
|EVENT Property=Value|
...~endsync
Branch
Dialog
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|
VSCode Extension
The text was updated successfully, but these errors were encountered: