Eternal Legend - Final Fantasy VII
Final Fantasy VII Script
Squaresoft
Scripted by: Matthew
Proofreading: Ayako, Sakura
Notation

An asterisk (*) before a person or action means the following dialogue will execute when you talk to them or perform the action.

Indented script implies nested script. If an action is not performed, then all indented code following it is ignored. The exception to this rule is when a dialogue is necessary to continue the script. In this case, the following script is not indented.

Statements in italics are actions. Nearly all lines are said with a small gesture from the speaker, but significant gestures are enclosed in parentheses after the name.

Yuffie throws up.
Tifa (shock): Ewww.

When a line is preceded by a name in brackets, that line depends on the presence of that person. Square brackets signify party members, while curly braces signify those currently not in the party.

Tifa [Barret]: I will only say this if Barret is currently in the party.
Tifa {Barret}: Quickly! We must find Barret!

If a group of lines are surrounded as below, then only the first line corresponding to a current party member is spoken.

[
Vincent: Vincent is in the party.
Red XIII: Vincent is not in the party, but I am.
Yuffie: Neither Vincent nor Red XIII are in the party.
]


This script is provided for personal use only.