[previous] [next]

Advanced Options

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

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.

  1. "Yes" dialogue(eg. when you choose to talk to them or let them follow you)
    var reiYes = "dialogue"
  2. "No" dialogue(eg. when you don't let them follow you or click on them to send them home)
    var reiNo = "dialogue"
Where

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.


[previous] [next]

Return to Dynamic HTML Resource Center