23 lines
328 B
Plaintext
23 lines
328 B
Plaintext
[CHAPTER 0]
|
|
|
|
# Initial dialog box display
|
|
TITLE TEXT_STORY_TRANSMISSION_05
|
|
TEXTCOLOR 255 255 255 255
|
|
TEXT TEXT_FEBDEMO2_E_19
|
|
MOVIE Leia_Talk
|
|
|
|
|
|
WAIT 500
|
|
SFX Button_Press
|
|
NEWLINE 1
|
|
TEXTCOLOR 255 255 255 176
|
|
TEXT TEXT_SPEECH_TUTORIAL_I_R_01
|
|
|
|
|
|
# Wait 10 seconds and then unpause the game
|
|
WAIT 10000
|
|
PAUSE 0
|
|
|
|
|
|
|