Changeset 11317 for code/branches/Dialog_HS16/data/levels
- Timestamp:
- Dec 5, 2016, 3:59:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialog_HS16/data/levels/missionOne.oxw
r11292 r11317 35 35 displayTime=3.9 36 36 position="0.2, 0, 0.1, 0" 37 fontSize=" 23"37 fontSize="19" 38 38 fontColor="0.3, 1, 0.2, 0.8" 39 39 alignment="HorzCentred" … … 371 371 372 372 <DistanceTrigger name="spawndelaytrigger0" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=2/> 373 <Dialogue speaker=" ABC: " message=" Press (F3) to see your mission briefing.">373 <Dialogue speaker="Speaker" message=" Press (F3) to see your mission briefing." portrait="Orxonox/DialogueHUD_Person"> 374 374 <events> 375 375 <trigger> … … 410 410 411 411 <DistanceTrigger name="flying1" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=6/> 412 < SimpleNotification message="Let's fly to the blinking light.">412 <Dialogue speaker="Speaker" message="Let's fly to the blinking light." portrait="Orxonox/DialogueHUD_Person"> 413 413 <events> 414 414 <trigger> … … 416 416 </trigger> 417 417 </events> 418 </ SimpleNotification>418 </Dialogue> 419 419 420 420 <DistanceTrigger name="flying2" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=10/> 421 < SimpleNotification message="Use (W) to accelerate and the mouse to steer.">421 <Dialogue speaker="Speaker" message="Use (W) to accelerate and the mouse to steer." portrait="Orxonox/DialogueHUD_Person"> 422 422 <events> 423 423 <trigger> … … 425 425 </trigger> 426 426 </events> 427 </ SimpleNotification>427 </Dialogue> 428 428 429 429 <!-- QUEST-Trigger && Message Trigger: navigationend is activated after flying4 was triggered --> … … 433 433 434 434 435 <Dialogue message="Three arrows just appeared.">435 <Dialogue speaker="Speaker2" message="Three arrows just appeared." portrait="Orxonox/DialogueHUD_Person2"> 436 436 <events> 437 437 <trigger> … … 442 442 443 443 <DistanceTrigger name="flying5" position="-900,640,600" target="Pawn" distance=60 stayActive="true" delay=5/> 444 < SimpleNotification message="Follow those arrows.">444 <Dialogue speaker="Speaker2" message="Follow those arrows." portrait="Orxonox/DialogueHUD_Person2"> 445 445 <events> 446 446 <trigger> … … 448 448 </trigger> 449 449 </events> 450 </ SimpleNotification>450 </Dialogue> 451 451 452 452 <!-------------------------------------- PART ONE : Destroy boxes ---------------------------------------> … … 486 486 487 487 <!-- @Text: How to shoot--> 488 < SimpleNotification message="Destroy the four boxes." broadcast="true">488 <Dialogue speaker="Speaker" message="Destroy the four boxes." portrait="Orxonox/DialogueHUD_Person" broadcast="true"> 489 489 <events> 490 490 <trigger> … … 492 492 </trigger> 493 493 </events> 494 </ SimpleNotification>495 496 <SimpleNotification message=" 1. Aim the ared cycle." broadcast="true">494 </Dialogue> 495 496 <SimpleNotification message=" 1. Aim at the red cycle." broadcast="true"> 497 497 <events> 498 498 <trigger>
Note: See TracChangeset
for help on using the changeset viewer.