Skip to content

Instantly share code, notes, and snippets.

@sebbdk
Last active December 20, 2015 23:38
Show Gist options
  • Select an option

  • Save sebbdk/6213684 to your computer and use it in GitHub Desktop.

Select an option

Save sebbdk/6213684 to your computer and use it in GitHub Desktop.
Convo
{
people:[
{
name:'Narrator'
},
{
name:'Bill Port'
isPlayer:true
}
],
conversations:{
convo01:{
pause:true,
statements:[
{
person:0,
text:''
},
{
person:1,
text:''
},
{
person:1,
text:''
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment