summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Campaigns/02/Scenes/M1-Catching-Up.def
blob: c47d8f176319759488069b0f8ecf7307b7367a5e (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
56
57
58
MISSION

name:   "Cmpn 02 Mail 01"
type:   "Patrol"
system: "Solus"
region: "Solus"

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,73,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,67,0), rect: (20,40, 600,150), font: OCRB, color: 0xff33ff44,
         message: "TO: $RANK $NAME\nCO: $GROUP\nFM: Capt. Jonas Devlin - Magellan IV\nRE: CATCHING UP\n-----\nPATH: Magellan IV Shipboard | Loris Station | Northeast Transceiver 4 | Silessian Outer Relay | Silessian Inner Relay | Janek Station Courier Drop | 3RD FLEET HQ | Trellis Relay | $GROUP\n-----" }

event: { event: Display,    time:   5, fade: (0,65,0), rect: (20,190, 600,800), font: OCRB, color: 0xff33ff44,
         message: "Hey Mate!\n\nI just heard about your promotion and wanted to say congratulations!  Sorry I didn't get to give you a proper send-off before you shipped out.\n\nSo, the Force brass is starting to recognize your 'unique talents,' eh?  You should have followed in my footsteps and joined the Independent Trade fleet.  Too bad you had to get all respectable, you could have been a rich man by now.  I'm not a rich man, but I'm sure you would have been.  Next time I see you I'll have to remember to salute.\n\nCan't tell you too much from this end.  The 'Maggie' just put in for a forty-hour stopover in Loris on the way through to 'parts unknown'.  Don't ask me no questions, and I'll tell you no lies.  But just between you and me, watch your tail out there, all right?\n\nHey, are you going to the Academy Reunion this year?  We should be back in the core systems by then, and I've been meaning to ask the skipper of this here tub for some time off.  If you complete your tour by then, I'll catch you at the bar.  You can buy me a drink in exchange for that salute.\n\n--Jonas\n\nPS Have you heard from Sara lately?  I haven't been able to track her down from way out here.  If you talk to her, tell her 'I am the Doorway' for me. -J" }


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

event: {
   event: Message
   time:  32
   sound: "Vox/Scenes/02/Mail_01b.ogg"
}

event: {
   event: Message
   time:  45
   sound: "Vox/Scenes/02/Mail_01c.ogg"
}


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

// EOF