summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Campaigns/02/Scenes/M3-Why-Renser.def
blob: d768606b266c52a8f6d4e40a2be727a277cf4935 (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
MISSION

name:   "Cmpn 02 Mail 03"
type:   "Patrol"
system: "Jarnell"
region: "Jarnell"

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

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


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

event: { event: Display,    message: "MAIL", font: Limerick18, color: 0xffffffff, fade: (0,46,0), rect: (20,20, 300,100) }

event: { event: Display,    time:   1, message: "Decoding Path...",    fade: (0,2,0), rect: (20, 40, 600,150), font: OCRB, color: 0xff33ff44, sound: "Bleep6.wav" }

event: { event: Display,    time:   3, message: "Decoding Content...", fade: (0,2,0), rect: (20,190, 600,800), font: OCRB, color: 0xff33ff44, sound: "Bleep12.wav" }

event: { event: Display,               fade: (0,42,0), rect: (20,40, 600,150), font: OCRB, color: 0xff33ff44,
         message: "TO: $RANK $NAME\nCO: $GROUP\nFM: Sara Hunter - Ele'aan Consulate Jarnell\nRE: WHY RENSER?\n-----\nPATH: PATH: Ele'aan Consular Net Center | Jarnell Main Traffic Relay | Athenar Terminus | Janek Station Courier Drop | 3RD FLEET HQ | Trellis Relay | Renser Temporary Transceiver | $GROUP\n-----\n" }

event: { event: Display,    time:   5, fade: (0,40,0), rect: (20,190, 600,800), font: OCRB, color: 0xff33ff44,
         message: "Why are we attacking Renser now? The Separatists started this fight, not the Hegemony. How is this going to help stabilize the crisis in Solus, or improve the safety of the Alliance?\n\nThe Ele'aan Ambassador, Councilor Auris was most... well, I don't think 'upset' is the right word. But he seemed very disconcerted about the potential consequences of this invasion during the Council meeting this morning. I think the Ele'aan delegation tried to talk President Valmar out of this action - I think they wanted him to leave well enough alone and stay out of Hegemony internal affairs.\n\nI hope you're all right out there... I'm worried that we are throwing away lives on a foolish errand, and risking far more in the long run... Just tell me you'll stay safe, OK?\n\nLove from\nSara" }


event: {
   event: Message
   time:  5
   sound: "Vox/Scenes/02/Mail_03_Why_Renser.ogg"
}


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

// EOF