Skip to content

Instantly share code, notes, and snippets.

@tehbeard
Created April 30, 2012 21:25
Show Gist options
  • Save tehbeard/2562811 to your computer and use it in GitHub Desktop.
Save tehbeard/2562811 to your computer and use it in GitHub Desktop.
config
Expected:
type /voice
Message appears here
What happens:
type /voice
Message appears here, space between dependant on number of "hidden" prompts it passed through.
#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