Skip to content

beneggy-gh/Dialogue-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dialogue-Creator - 0.2

Important

This project is still under construction and may change between versions

Used for personal projects mainly.

Create dialogue in JSON format per character.

Example:

{
	"1": {
		"next_id": 3,
		"responses": [
			{
				"next_id": 2,
				"required_item_name": "",
				"requires_item": false,
				"text": "Response 1"
			},
			{
				"next_id": 3,
				"required_item_name": "",
				"requires_item": false,
				"text": "Response 2"
			}
		],
		"text": "First message"
	},
	"4": {
		"next_id": 0,
		"text": "Reply to Response 2"
	}
}

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors