-
Notifications
You must be signed in to change notification settings - Fork 1
/
story.vino
37 lines (35 loc) · 1.64 KB
/
story.vino
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#### STORY SCRIPT ####
#
# TEXT CONTROL
#
# character : text say something
# : text text, no name
# $id in text js variable
# [ "textbox" show/hide/toggle ] big text box
#
# STORY CONTROL
#
# :: label add a goto label
# -> label goto a label
# ? text -> label options buttons
# [ "wait" milliseconds ] wait some time
# [ "pause" milliseconds ] wait with click
#
# SCENE CONTROL
#
# [ "enter" character location stance expr direction? ] add character
# [ "exit" character direction? ] character leaves
# [ "stance" character stance ] change stance
# [ "expression" character expr ] change face
# [ "move" character location ] move on screen
# [ "scene" image milliseconds? ] change bg
# [ ... ] & auto advance
#
# OTHER
#
# # comment write a comment
# `code` arbitrary js
#
#######################
`game.musicRelVolume = 0.1; `
::start