ComicStriptScript Documentation

Define the title


	---TITLE
	title_you_define
	
example:

	---TITLE
	Mickey's day
	

Define characters


	---CAST
	Starring folder_path as charactername_you_define
	
example:

	---CAST
	Starring mickey as M
	
See more details How to add your characters

Draw characters

Right-pointing

	character_name_you_define : emoticon <(" script ")
	
Left-pointing

	character_name_you_define : (" script ")> emoticon
	
*Use \n for line break.
*Available emoticons are here.

Divide scene


	---
	
example:

	---
	M : ('-') <("HELLO \nMY NAME IS \nMICKEY.")

	---
	M : ("WHAT!?\n ARE YOU MICKEY?")> (;゚ロ゚)

	---
	M : (`ε´) <("YES. \nI AM \nMICKEY MOUSE.")
	M : ("")> (・_・)

	

How to add your character

1. Prepare PNG files to represent each emoticon.
2. Name each file as corresponding numbers on Emoticon Table.
3. Name the folder as a character name.

It will look like this.

Emoticon Table
Index | Expression
0 | ('-')
1 | (;゚ロ゚)
2 | (^o^)
3 | (`ε´)
4 | (・_・)
5 | (:_;)
- - *Additional Expression
100 | ʕ•̫͡•ʕ*̫͡*ʕ•͓͡•ʔ-̫͡-ʕ•̫͡•ʔ*̫͡*ʔ-̫͡-ʔ
101 | ((⊂(`ω´∩)
102 | (;´༎ຶД༎ຶ`)
103 | (๑˃̶ꇴ˂̶)♪⁺
104 | ฅ^•ﻌ•^ฅ

*As advanced option, you can build your emoticon table by modifying ComicStripScript.js. User Emoticons's id starts from 100.

More default expressions will be added in future. It's aiming to have compatibilities between characters, so you can easily change the character with same scripts.

Full example with User Emoticons

	---TITLE
	I LOVE CATS

	---CAST
	Starring harmony as H
	Starring cat as C
	Starring godofcats as GC


	---
	H : (๑˃̶ꇴ˂̶)♪⁺ <("I LOVE CATS♡")

	---
	C : ("Nyan")> ฅ^•ﻌ•^ฅ

	---
	H : (;´༎ຶД༎ຶ`) <("I LOVE.. \nI LOVE CATS \nTOO MUCH..")

	---
	GC:("MAY THE CATS \nWITH YOU")> ʕ•̫͡•ʕ*̫͡*ʕ•͓͡•ʔ-̫͡-ʕ•̫͡•ʔ*̫͡*ʔ-̫͡-ʔ
	

To start building your own, write codes between <code id="comicsource"> </code> in empty.html