-
-
Save tehbeard/2562811 to your computer and use it in GitHub Desktop.
config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Expected: | |
type /voice | |
Message appears here | |
What happens: | |
type /voice | |
Message appears here, space between dependant on number of "hidden" prompts it passed through. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Vocalise File Format, Version 1.0 | |
id: "start" | |
type: "holding" # <---- Causes a blank line | |
itemid: 276 | |
t: | |
type: "msg" | |
text: "Don't point that weapon at me!" | |
next: "NULL" | |
f: | |
type: "time" # <---- Causes a blank line | |
night: true | |
t: | |
type: "msg" | |
text: "Speak quickly, The night is filled with peril" | |
next: "NULL" | |
f: | |
type: "health"# <---- Causes a blank line | |
health: 15 | |
t: | |
type: "msg" | |
text: "You seem rather healthy" | |
next: "NULL" | |
f: | |
type: "msg" | |
text: "Are you ok? you look hurt" | |
next: "NULL" # Exit prompt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment