You can change the dialogues of the SD characters by first adding this line in options area.
var reiTable = new Array()
Then for each dialogue you want to add, add the following line.
reiTable[reiTable.length] = "dialogue"
Where
- dialogue is the content of the dialogue. It should be as short as possible.
The above code works with the left SD character. You can change the dialogues of the SD character on the right similarly by replacing reiTable with asukaTable.
You can also change the following dialogues.
var reiYes = "dialogue"
var reiNo = "dialogue"
Where
- dialogue is the content of the dialogue. It should be as short as possible.
The above code works with the left SD character. You can change the dialogues of the SD character on the right similarly by replacing rei with asuka.
Return to Dynamic HTML Resource Center