Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/leveljoemeHS14/data/levels/AnihilationThreat.oxw @ 10162

Last change on this file since 10162 was 10162, checked in by sujataj, 9 years ago

finalised level

File size: 31.0 KB
Line 
1<LevelInfo
2        name= "Total Annihilation"
3        description= "Save humanity from its total annihilation."
4        tags= "mission"
5        screenshot= "screenshot.png"
6/>
7<!--########################  ALL INCLUSIONS #############################-->
8
9 <?lua
10  include("stats.oxo")
11  include("HUDTemplates3.oxo")
12  include("templates/lodInformation.oxt")
13  include("templates/pickupRepresentationTemplates.oxt")
14
15?>
16
17
18
19<?lua
20  include("templates/spaceshipSwallow.oxt")
21  include("templates/spaceshipPirate.oxt")
22  include("templates/spaceshipEscort.oxt")
23  include("templates/spaceshipGhost.oxt")
24  include("templates/spaceshipCollateralDamage.oxt")
25  include("templates/spaceshipAssff.oxt")
26  include("templates/spaceshipAssff2.oxt")
27  include("templates/spaceshipTransporter.oxt")
28
29
30?>
31
32<Level  gametype = "Mission" >
33 
34<templates>
35    <Template link=lodtemplate_default />
36  </templates>
37  <?lua include("includes/notifications.oxi") ?>
38 
39  <NotificationQueueCEGUI
40    name="narrative"
41    targets="simpleNotification"
42    size=8
43    displayTime=4
44    position="0.2, 0, 0.1, 0"
45    fontSize="23"
46    fontColor="0.8, 0.5, 0.2, 0.8"
47    alignment="HorzCentred"
48    displaySize="0.6, 0, 0, 0"
49    />
50
51
52   <?lua
53    dofile("includes/CuboidSpaceStation.lua")
54   ?>
55
56
57
58<Scene
59    ambientlight = "0.5, 0.5, 0.5"
60    skybox       = "Orxonox/Starbox"
61    hasPhysics = true
62 >
63
64<?lua
65      include("includes/pickups.oxi")
66   ?>
67 
68  <Light
69        type=directional position="0,0,0"
70        direction="0.522, 0.198, -0.354"
71        diffuse="1.0, 0.9, 0.9, 1.0"
72        specular="1.0, 0.9, 0.9, 1.0"/>
73       
74       
75  <SpawnPoint
76        team=0 position="0,0,0"
77        lookat="0,1,0"
78        spawnclass=SpaceShip
79        pawndesign=spaceshipassff >
80        <DistanceTriggerBeacon name="coolSpaceship" />
81        </SpawnPoint>
82       
83        <Template name=PortalDefault>
84        <PortalEndPoint>
85            <attached>
86                <Model mesh="Spacegate.mesh" yaw="90"/>
87            </attached>
88        </PortalEndPoint>
89    </Template>
90   
91                               
92   
93
94
95
96
97<!--########################  Billboards and Pickups #############################-->
98   
99   
100 
101   
102   
103    <!--Billboard which tirggers the next Quest and spawns the enemy ships-->
104<Billboard position=" 500,500, 500" material="Examples/Flare" colour="1.0, 0.0, 0.0" /> 
105<Billboard position=" 1500,1500, 1500" material="Examples/Flare" colour="1.0, 0.0, 0.0" /> 
106<Billboard position=" 2500,2500, 2500" material="Examples/Flare" colour="1.0, 0.0, 0.0" /> 
107<Billboard position=" 3500,3500, 3500" material="Examples/Flare" colour="1.0, 0.0, 0.0" /> 
108<Billboard position=" 4500,4500, 4500" material="Examples/Flare" colour="1.0, 0.0, 0.0" /> 
109<Billboard position=" 6500,6500, 6500" material="Examples/Flare" colour="1.0, 0.0, 0.0" /> 
110<Billboard position=" 8500,8500, 8500" material="Examples/Flare" colour="1.0, 0.0, 0.0" /> 
111<Billboard position=" 9500,9500, 9500" material="Examples/Flare" colour="1.0, 1.0, 0.0" /> 
112<Billboard position=" 16700,16700,16700" material="Examples/Flare" colour="0.8, 0.2, 1.0" /> 
113
114
115                                                <!--#########Pickups##########-->
116                       
117<PickupSpawner pickup=largedamageboostpickup position="1000,1000,1000" triggerDistance="20" respawnTime="30" maxSpawnedItems="10" />
118<PickupSpawner pickup=crazyhealthpickup position="3500,3500, 3500" triggerDistance="20" respawnTime="30" maxSpawnedItems="10" />
119<PickupSpawner pickup=hugeshieldpickup position="4000,4500, 4500" triggerDistance="10" respawnTime="5" maxSpawnedItems="10" />
120<PickupSpawner pickup=smalljumppickup position="6500,6500, 6000" triggerDistance="20" respawnTime="10" maxSpawnedItems="99" />
121<PickupSpawner pickup=largedamageboostpickup position="9500,9500, 9500" triggerDistance="20" respawnTime="30" maxSpawnedItems="10" />
122<PickupSpawner pickup=largedamageboostpickup position="13000,13000,13000" triggerDistance="10" respawnTime="30" maxSpawnedItems="10" />
123
124   
125            <!--******************************-Mission starts here****************************-->
126                       
127                       
128            <!--########################  On screen notifications and distance triggers #############################-->
129                         
130
131   
132<DistanceTrigger name="flying2" position="0,0,0" target="Pawn" distance=40 stayActive="true" delay=7/>
133    <SimpleNotification message="in order to reach our fleet,">
134        <events>
135            <trigger>
136                <EventListener event="flying2" />
137            </trigger>
138        </events>
139    </SimpleNotification>
140   
141   
142<DistanceTrigger name="flying2" position="0,0,0" target="Pawn" distance=100 stayActive="true" delay=7/>
143    <SimpleNotification message="read the quest description">
144        <events>
145            <trigger>
146                <EventListener event="flying2" />
147            </trigger>
148        </events>
149    </SimpleNotification>
150   
151    <DistanceTrigger name="flying1" position="0,0,0" target="Pawn" distance=100 stayActive="true" delay=1/>
152    <SimpleNotification message="Welcome Major Walker">
153        <events>
154            <trigger>
155                <EventListener event="flying1" />
156            </trigger>
157        </events>
158    </SimpleNotification>       
159
160<DistanceTrigger name="flying3" position="500,500,500" target="Pawn" distance=50 stayActive="true" delay=1/>
161<SimpleNotification message="follow the red dots">
162    <events>
163        <trigger>
164            <EventListener event="flying3" />
165        </trigger>
166    </events>
167</SimpleNotification>       
168
169
170<DistanceTrigger name="flying6" position="1000,1000,1000" target="Pawn" distance=50 stayActive="true" delay=1/>
171<SimpleNotification message="Major! You can't face the enemy yet">
172    <events>
173        <trigger>
174            <EventListener event="flying6" />
175        </trigger>
176    </events>
177</SimpleNotification>       
178
179<DistanceTrigger name="flying7" position="1060,1060,1060" target="Pawn" distance=50 stayActive="true" delay=1/>
180<SimpleNotification message="You'll ned to get some upgrades first">
181    <events>
182        <trigger>
183            <EventListener event="flying7" />
184        </trigger>
185    </events>
186</SimpleNotification>     
187
188<DistanceTrigger name="flying8" position="1110,1110,1110" target="Pawn" distance=50 stayActive="true" delay=1/>
189<SimpleNotification message="You can find them close to the signals">
190    <events>
191        <trigger>
192            <EventListener event="flying8" />
193        </trigger>
194    </events>
195</SimpleNotification>     
196
197<DistanceTrigger name="flying9" position="6500,6500,6000" target="Pawn" distance=50 stayActive="true" delay=1/>
198<SimpleNotification message="You're almost here!">
199    <events>
200        <trigger>
201            <EventListener event="flying9" />
202        </trigger>
203    </events>
204</SimpleNotification>     
205
206<DistanceTrigger name="flying4" position="9500,9500,9500" target="Pawn" distance=50 stayActive="true" delay=1/>
207<SimpleNotification message="You're late!">
208    <events>
209        <trigger>
210            <EventListener event="flying4" />
211        </trigger>
212    </events>
213</SimpleNotification>
214
215
216<DistanceTrigger name="flying5" position="9550,9550,9550" target="Pawn" distance=50 stayActive="true" delay=1/>
217<SimpleNotification message="The enemy is eager to be beaten">
218    <events>
219        <trigger>
220            <EventListener event="flying5" />
221        </trigger>
222    </events>
223</SimpleNotification>
224
225<DistanceTrigger name="flying11" position="13000,13000,13000" target="Pawn" distance=200 stayActive="true" delay=1/>
226<SimpleNotification message="There they are. Destroy them!">
227    <events>
228        <trigger>
229            <EventListener event="flying11" />
230        </trigger>
231    </events>
232</SimpleNotification>
233
234<DistanceTrigger name="flying12" position="13050,13050,13050" target="Pawn" distance=200 stayActive="true" delay=1/>
235<SimpleNotification message="Don't fotget to loot the final boss">
236    <events>
237        <trigger>
238            <EventListener event="flying12" />
239        </trigger>
240    </events>
241</SimpleNotification>
242
243<SimpleNotification message="Congratulations! You saved humanity!" broadcast="true">
244    <events>
245        <trigger>
246            <EventListener event="endboss" />
247        </trigger>
248    </events>
249</SimpleNotification>
250
251<DistanceTrigger name="endMissio" position="16700,16700,16700" target="Pawn" distance=50 stayActive="true" delay=1/>
252
253
254
255
256<!--######################## Meteoriten #############################-->
257
258   <?lua
259      for i = 1, 800, 1
260      do
261      j = math.random()
262      x = math.random()
263      y = math.random()
264      z = math.random()
265   ?>
266
267   <MovableEntity   
268      position = "<?lua print(math.random()* 10000) ?>,<?lua print(math.random() * 10000 + 0) ?>,<?lua print(math.random() * 10000) ?>"
269      scale = "<?lua print(j * 40)?>"
270      velocity = "0,0,0"
271      collisionType = dynamic
272      collisiondamage = 0.5
273      enablecollisiondamage = true
274      active = true
275      visible = true
276   >                 
277          <attached>           
278              <Model mass="<?lua print(j * 1000) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" >
279                 
280              </Model>                         
281          </attached>
282         <collisionShapes>
283             <SphereCollisionShape radius="<?lua print(j * 50) ?>" />
284         </collisionShapes>   
285   </MovableEntity>
286
287   <?lua
288      end
289   ?>
290        <!--****************************In the Asteroid Field***************************-->
291 <!--Enemy team-->
292 
293 <!--########################  spaceships within the asteroid field #############################-->
294
295       
296  <SpaceShip position="1900,1500,1500" lookat="2050,0,-1000" name="allied" health="200" maxhealth="200" initialhealth="200" >
297          <templates>
298            <Template link=spaceshipassff />
299      </templates>
300       <controller>
301          <WaypointPatrolController alertnessradius=300 team=1 >
302                                <waypoints>
303                                  <Model mesh="cube.mesh" scale=0 position="1000,1500,1500" />
304                  <Model mesh="cube.mesh" scale=0 position="1900,1500,1500" />
305                                           
306              </waypoints>
307                                               
308          </WaypointPatrolController>
309
310       </controller>
311         
312  </SpaceShip>
313     
314           
315      <SpaceShip position="2900,2500,2500" lookat="2050,0,-1000" name="allied" health="200" maxhealth="200" initialhealth="200" >
316          <templates>
317                <Template link=spaceshippirate />
318          </templates>
319           <controller>
320              <WaypointPatrolController alertnessradius=300 team=1 >
321                                <waypoints>
322                                  <Model mesh="cube.mesh" scale=0 position="2000,2500,2500" />
323                      <Model mesh="cube.mesh" scale=0 position="2900,2500,2500" />
324                                                       
325                  </waypoints>
326                                               
327              </WaypointPatrolController>
328
329           </controller>
330         
331      </SpaceShip>
332     
333      <SpaceShip position="2020,2400,2500" lookat="2050,0,-1000" name="allied" health="200" maxhealth="200" initialhealth="200" >
334          <templates>
335                <Template link=spaceshippirate />
336          </templates>
337           <controller>
338              <WaypointPatrolController alertnessradius=300 team=1 >
339                                <waypoints>
340                                 
341                      <Model mesh="cube.mesh" scale=0 position="2920,2500,2500" />
342                                  <Model mesh="cube.mesh" scale=0 position="2020,2500,2500" />
343                   
344                  </waypoints>
345                                               
346              </WaypointPatrolController>
347
348           </controller>
349         
350      </SpaceShip>
351 
352      <SpaceShip position="3520,3520, 3500" lookat="2050,0,-1000" name="allied" health="150" maxhealth="150" initialhealth="150" >
353                  <templates>
354                     <Template link=spaceshippirate />
355               </templates>
356                <controller>
357                   <WaypointPatrolController alertnessradius=300 team=1 >
358                                        <waypoints>
359                                         
360                           <Model mesh="cube.mesh" scale=0 position="3920,3500,3500" />
361                                  <Model mesh="cube.mesh" scale=0 position="3020,3500,3500" />
362                         
363                       </waypoints>
364                                                       
365                   </WaypointPatrolController>
366
367                </controller>
368                 
369           </SpaceShip>
370     
371        <!--****************************After the Asteroid Field***************************-->
372       
373   <DistanceTrigger name="afterPortal" position="9500,9500, 9500" target="Pawn"  distance=50 stayActive="true" delay=1/>
374     
375   
376<!--Creating player's team OK-->
377        <!--Spaceships team 0 (player:team=0)-->
378
379       
380<!--####################################### allied team  ################################################-->
381
382
383             
384             
385
386             <SpaceShip position="10150,10150,10150" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
387                  <templates>
388                       <Template link=spaceshipassff />
389                 </templates>
390                  <controller>
391                     <WaypointPatrolController alertnessradius=2000 team=0 >
392                         <events>
393                                    <activity>
394                                        <EventListener event="afterPortal" />
395                                     </activity>
396                                </events>
397                                        <waypoints>
398                                          <Model mesh="cube.mesh" scale=0 position="15150,15150,15150" />
399
400                         </waypoints>
401                                                       
402                     </WaypointPatrolController>
403
404                  </controller>
405             </SpaceShip>
406
407     
408      <SpaceShip position="10300,10000,10300" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
409                          <templates>
410                             <Template link=spaceshipassff />
411                       </templates>
412                        <controller>
413                           <WaypointPatrolController alertnessradius=2000 team=0 >
414                               <events>
415                                          <activity>
416                                              <EventListener event="afterPortal" />
417                                           </activity>
418                                      </events>
419                                                <waypoints>
420                                                  <Model mesh="cube.mesh" scale=0 position="15300,15300,15300" />
421
422                               </waypoints>
423                                                               
424                           </WaypointPatrolController>
425
426                        </controller>
427                   </SpaceShip>
428     
429      <SpaceShip position="10450,10000,10300" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
430                          <templates>
431                                  <Template link=spaceshipassff />
432                            </templates>
433                             <controller>
434                                <WaypointPatrolController alertnessradius=2000 team=0 >
435                                    <events>
436                                               <activity>
437                                                   <EventListener event="afterPortal" />
438                                                </activity>
439                                           </events>
440                                                        <waypoints>
441                                                          <Model mesh="cube.mesh" scale=0 position="15450,15000,15300" />
442
443                                    </waypoints>
444                                                                       
445                                </WaypointPatrolController>
446
447                             </controller>
448                        </SpaceShip>
449     
450      <SpaceShip position="10450,10000,10450" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
451                                  <templates>
452                                        <Template link=spaceshipassff />
453                                  </templates>
454                                   <controller>
455                                      <WaypointPatrolController alertnessradius=2000 team=0 >
456                                          <events>
457                                                     <activity>
458                                                         <EventListener event="afterPortal" />
459                                                      </activity>
460                                                 </events>
461                                                                <waypoints>
462                                                          <Model mesh="cube.mesh" scale=0 position="15450,15000,15450" />
463
464                                          </waypoints>
465                                                                               
466                                      </WaypointPatrolController>
467
468                                   </controller>
469                              </SpaceShip>
470     
471     
472      <SpaceShip position="10300,10000,9850" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
473                                          <templates>
474                                            <Template link=spaceshipassff />
475                                      </templates>
476                                       <controller>
477                                          <WaypointPatrolController alertnessradius=2000 team=0 >
478                                              <events>
479                                                         <activity>
480                                                             <EventListener event="afterPortal" />
481                                                          </activity>
482                                                     </events>
483                                                                <waypoints>
484                                                                  <Model mesh="cube.mesh" scale=0 position="17300,17000,17850" />
485
486                                              </waypoints>
487                                                                               
488                                          </WaypointPatrolController>
489
490                                       </controller>
491                                  </SpaceShip>
492     
493      <SpaceShip position="10150,10000,9700" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
494                                          <templates>
495                                                  <Template link=spaceshipassff />
496                                            </templates>
497                                             <controller>
498                                                <WaypointPatrolController alertnessradius=2000 team=0 >
499                                                    <events>
500                                                               <activity>
501                                                                   <EventListener event="afterPortal" />
502                                                                </activity>
503                                                           </events>
504                                                                        <waypoints>
505                                                                          <Model mesh="cube.mesh" scale=0 position="17150,17000,17700" />
506
507                                                    </waypoints>
508                                                                                       
509                                                </WaypointPatrolController>
510
511                                             </controller>
512                                        </SpaceShip>
513     
514      <SpaceShip position="10300,10000,9700" lookat="2050,0,-1000" name="allied" health="800" maxhealth="800" initialhealth="800" >
515                                          <templates>
516                                                  <Template link=spaceshipassff />
517                                            </templates>
518                                             <controller>
519                                                <WaypointPatrolController alertnessradius=2000 team=0 >
520                                                    <events>
521                                                               <activity>
522                                                                   <EventListener event="afterPortal" />
523                                                                </activity>
524                                                           </events>
525                                                                        <waypoints>
526                                                                          <Model mesh="cube.mesh" scale=0 position="17300,17000,17700" />
527
528                                                    </waypoints>
529                                                                                       
530                                                </WaypointPatrolController>
531
532                                             </controller>
533                                        </SpaceShip>
534     
535<!--Creating player's team END  -->
536
537<!--#########################################Creating enemy team END #################################  -->
538       
539
540<SpaceShip position="15500,15500,15500" lookat="2050,0,-1000" name="enemy" health="200" maxhealth="200" initialhealth="200" >
541                                          <templates>
542                                            <Template link=spaceshipghost />
543                                      </templates>
544                                       <controller>
545                                          <WaypointPatrolController alertnessradius=2000 team=1 >
546                                             <waypoints>
547                                                                  <Model mesh="cube.mesh" scale=0 position="15500,15500,15500" />
548
549                                              </waypoints>
550                                                                               
551                                          </WaypointPatrolController>
552
553                                       </controller>
554                                  </SpaceShip>
555     
556     
557      <SpaceShip position="15750,15500,15750" lookat="2050,0,-1000" name="enemy" health="200" maxhealth="200" initialhealth="200" >
558                                                  <templates>
559                                                      <Template link=spaceshipghost />
560                                                </templates>
561                                                 <controller>
562                                                                                                  <WaypointPatrolController alertnessradius=2000 team=1 >
563                                                       <waypoints>
564                                                                          <Model mesh="cube.mesh" scale=0 position="15750,15500,15750" />
565
566                                                        </waypoints>
567                                                                                       
568                                                    </WaypointPatrolController>
569
570                                                 </controller>
571                                            </SpaceShip>
572      <SpaceShip position="16000,15500,16000" lookat="2050,0,-1000" name="enemy" health="200" maxhealth="200" initialhealth="200" >
573                                                  <templates>
574                                                   <Template link=spaceshipghost />
575                                                     </templates>
576                                                      <controller>
577                                                                                                  <WaypointPatrolController alertnessradius=2000 team=1 >
578                                                            <waypoints>
579                                                                                  <Model mesh="cube.mesh" scale=0 position="16000,15500,16000" />
580
581                                                             </waypoints>
582                                                                                               
583                                                         </WaypointPatrolController>
584                                                           
585
586                                                      </controller>
587                                                 </SpaceShip>
588               
589               
590               
591               <SpaceShip position="15250,15500,15250" lookat="2050,0,-1000" name="enemy" health="200" maxhealth="200" initialhealth="200" >
592                                                  <templates>
593                                                    <Template link=spaceshipghost />
594                                                     </templates>
595                                                      <controller>
596                                                         <WaypointPatrolController alertnessradius=2000 team=1 >
597                                                            <waypoints>
598                                                                                  <Model mesh="cube.mesh" scale=0 position="15250,15500,15250" />
599
600                                                             </waypoints>
601                                                                                               
602                                                         </WaypointPatrolController>
603
604                                                      </controller>
605                                                 </SpaceShip>
606               
607               
608               
609               <SpaceShip position="15000,15500,15000" lookat="2050,0,-1000" name="enemy" health="200" maxhealth="200" initialhealth="200" >
610                                                  <templates>
611                                                   <Template link=spaceshipghost />
612                                                     </templates>
613                                                      <controller>
614                                                         <WaypointPatrolController alertnessradius=2000 team=1 >
615                                                            <waypoints>
616                                                                                  <Model mesh="cube.mesh" scale=0 position="15000,15500,15000" />
617
618                                                             </waypoints>
619                                                                                               
620                                                         </WaypointPatrolController>
621
622                                                      </controller>
623                                                 </SpaceShip>
624               
625               
626               
627               <SpaceShip position="15500,15500,15750" lookat="2050,0,-1000" name="enemy" health="200" maxhealth="200" initialhealth="200" >
628                                                  <templates>
629                                                   <Template link=spaceshipghost />
630                                                     </templates>
631                                                      <controller>
632                                                                                                 <WaypointPatrolController alertnessradius=2000 team=1 >
633                                                            <waypoints>
634                                                                                  <Model mesh="cube.mesh" scale=0 position="15500,15500,15750" />
635
636                                                             </waypoints>
637                                                                                               
638                                                         </WaypointPatrolController>
639
640                                                      </controller>
641                                                 </SpaceShip>
642
643      <SpaceShip position="16000,15500,16250" lookat="2050,0,-1000" name="enemy" health="200" maxhealth="200" initialhealth="200" >
644                                                          <templates>
645                                                      <Template link=spaceshipghost />
646                                                        </templates>
647                                                         <controller>
648                                                                                                         <WaypointPatrolController alertnessradius=2000 team=1 >
649                                                               <waypoints>
650                                                                                  <Model mesh="cube.mesh" scale=0 position="16000,15500,16250" />
651
652                                                                </waypoints>
653                                                                                               
654                                                            </WaypointPatrolController>
655
656                                                         </controller>
657                                                    </SpaceShip>
658     
659      <SpaceShip position="16500,16500,16500" lookat="2050,0,-1000" name="endboss" health="800" maxhealth="800" initialhealth="800" >
660                                                                  <templates>
661                                                                  <Template link=spaceshipTransporter />
662                                                                    </templates>
663                                                                     <controller>
664                                                                                                                                          <WaypointPatrolController alertnessradius=2000 team=1 >
665                                                                           <waypoints>
666                                                                                                  <Model mesh="cube.mesh" scale=0 position="16500,16500,16500" />
667
668                                                                            </waypoints>
669                                                                                                               
670                                                                        </WaypointPatrolController>
671
672                                                                     </controller>
673                                                                </SpaceShip>
674     
675      <!-- ##################### End the Mission (success) ##########################################-->
676     
677
678     
679     
680      <Script code="Mission endMission true" onLoad="false">
681          <events>
682              <trigger>
683                  <EventListener event="endMissio" />
684              </trigger>
685          </events>
686      </Script>
687         
688      <!--########################  Quests #############################-->
689
690
691 <QuestEffectBeacon times=1>
692            <effects>
693                <AddQuest questId="quest0" />
694                   <AddQuestHint hintId ="quest1hint2" />
695                <AddQuestHint hintId ="quest1hint3" />
696            </effects>
697            <events>
698                <execute>
699                    <EventListener event=spawntrigger />
700                </execute>
701            </events>
702        </QuestEffectBeacon>
703   
704   
705
706<Script code="showGUI NotificationLayer false true" needsGraphics="true" />
707
708<GlobalQuest id="quest0">
709                <QuestDescription title="Mission" description="Humanity is at war! Recently, an ashrocian ship attacked two transporters carrying highly expensive ETHium. Despite the fact, that the Ashrocs are a technological superpower, we, the human race cannot allow them to treat us like insects. Your mission's to group up with yout fellow soldiers and retaliate even harder. Follow the red marks which were left by the star fleet. But beware, there might be spies on your way. See to it, that you terminate their mission ;)" />
710        <hints>
711                <QuestHint id="quest1hint0">
712                    <QuestDescription title="The super Hint." description="Be proud of yourself." />
713                </QuestHint>
714    </hints>             
715</GlobalQuest>
716               
717               
718               
719        <DistanceTrigger name=QuestTrigger0 position="0,0,0" distance=10 target="Pawn" />
720
721
722
723 <QuestEffectBeacon times=1>
724            <effects>
725                <AddQuest questId="quest0" />
726                   <AddQuestHint hintId ="quest1hint2" />
727                <AddQuestHint hintId ="quest1hint3" />
728            </effects>
729            <events>
730                <execute>
731                    <EventListener event=QuestTrigger0 />
732                </execute>
733            </events>
734        </QuestEffectBeacon>
735   
736
737
738
739
740
741   
742   
743       
744   
745   
746   
747  </Scene>
748</Level>
Note: See TracBrowser for help on using the repository browser.