summaryrefslogtreecommitdiffhomepage
path: root/data/content/Campaigns/05/Scenes/M2-Final-Message.def
blob: 98d99b3dfb9ce43539e008eaaaf85ca0c6a1ad31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
MISSION

name:   "Cmpn 05 Mail 02"
type:   "Patrol"
system: "Black"
region: "Medium"
degrees: true
stardate: 1188338811

element: {
   name:      Camera
   design:    CameraPod
   mission:   Misc

   intel:     Secret
   count:     1
   iff:       1
   player:    1
   loc:       (0, 0, 0)
   head:      90
}


event: { event: BeginScene, time:   0, message: "Scene 1" }


event: { event: Display,    time:   1, message: "--------------------------------------------------------\nNO MAIL HEADER RECORDS AVAILABLE\n--------------------------------------------------------",    fade: (0,4,0), rect: (20, 20, 600,150), font: OCRB, color: 0xff33ff44, sound: "Bleep6.wav" }

event: { event: Display,    time:   2, message: "CONTENTS ENCRYPTED", fade: (0,3,0), rect: (20,70, 600,800), font: OCRB, color: 0xff33ff44 }

event: { event: Display,    time: 3.0, message: "Decrypting...", fade: (0,0.5,0), rect: (20,95, 600,800), font: OCRB, color: 0xff33ff44 }

event: { event: Display,    time: 3.5, message: "Decrypting.........", fade: (0,0.5,0), rect: (20,95, 600,800), font: OCRB, color: 0xff33ff44 }

event: { event: Display,    time: 4.0, message: "Decrypting..............Complete.", fade: (0,1,0), rect: (20,95, 600,800), font: OCRB, color: 0xff33ff44, sound: "Bleep12.wav" }

event: { event: Display,    time:   5, fade: (0,80,0), rect: (20,20, 600,150), font: OCRB, color: 0xff33ff44,
         message: "================\nMESSAGE FOLLOWS:\n================" }

event: { event: Display,    time:   5, fade: (0,80,0), rect: (20,80, 600,800), font: OCRB, color: 0xff33ff44,
         message: "I don't have very much time.  I had to leave Jarnell in a hurry, can't say where I am or where I'm going.  People started disappearing from the Ele'aan Consulate a week ago.  One at a time, they just... weren't there anymore.  I figured I'd better disappear myself, while I still had the chance to decide how and when.  I don't know what is going to happen, or when I'll see you again.  Or even if I'll see you again.\n\nI don't think I can trust Jonas anymore, or I'd go find him.  But I had to tell someone, and I figured you might at least understand.  Might at least try to do something without letting them trace the information back to me...\n\nThis whole war has been a sham from the beginning.  The Zolons and Hegemony don't have the Borovan Archaelith - they never did.  I took it from the museum myself the night the museum was destroyed.  That was the real reason the Ele'aan Fusion went to the Borovan System - to get to the Archaelith first, before it could fall into Zolon hands.\n\nThe next day, I gave it to Councilor Auris and he took it with him back to Ele'aas.  I can't understand why President Valmar would claim that the Fusion backed up his reasons for pursuing this conflict.  We can't need the Marakan border worlds that badly, and I can't see a reason why he would want to stir up trouble with the Zolon Empire.\n\n
I don't have very much time.  I could be discovered at any moment.  I need to keep moving.  Promise me you'll stay safe, OK?\n\nLove from\nSara" }


event: {
   event: Message
   time:  5
   sound: "Vox/Scenes/05/Mail_02_Final_Message.ogg"
}


event: { event: EndScene,   time: 83, message: "Scene 1" }
event: { event: Exit }

// EOF