Changeset 11261 for code/branches/Dialog_HS16/data
- Timestamp:
- Oct 31, 2016, 4:11:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialog_HS16/data/levels/missionOne.oxw
r11247 r11261 24 24 gametype = "Mission" 25 25 > 26 <Dialogue message="test">27 </Dialogue>28 26 <templates> 29 27 <Template link=lodtemplate_default /> … … 33 31 <NotificationQueueCEGUI 34 32 name="narrative" 35 targets="simpleNotification "33 targets="simpleNotification,dialogue" 36 34 size=3 37 35 displayTime=3.9 … … 42 40 displaySize="0.6, 0, 0, 0" 43 41 /> 42 44 43 <Scene 45 44 ambientlight = "0.8, 0.8, 0.8" … … 372 371 373 372 <DistanceTrigger name="spawndelaytrigger0" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=2/> 374 < SimpleNotificationmessage="Press (F3) to see your mission briefing.">373 <Dialogue message="Press (F3) to see your mission briefing."> 375 374 <events> 376 375 <trigger> … … 378 377 </trigger> 379 378 </events> 380 </ SimpleNotification>379 </Dialogue> 381 380 382 381 <!-- Blinking Billboard should be replaced with WAYPOINT --> … … 411 410 412 411 <DistanceTrigger name="flying1" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=6/> 413 < Dialoguemessage="Let's fly to the blinking light.">412 <SimpleNotification message="Let's fly to the blinking light."> 414 413 <events> 415 414 <trigger> … … 417 416 </trigger> 418 417 </events> 419 </ Dialogue>418 </SimpleNotification> 420 419 421 420 <DistanceTrigger name="flying2" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=10/> … … 434 433 435 434 436 < SimpleNotificationmessage="Three arrows just appeared.">435 <Dialogue message="Three arrows just appeared."> 437 436 <events> 438 437 <trigger> … … 440 439 </trigger> 441 440 </events> 442 </ SimpleNotification>441 </Dialogue> 443 442 444 443 <DistanceTrigger name="flying5" position="-900,640,600" target="Pawn" distance=60 stayActive="true" delay=5/>
Note: See TracChangeset
for help on using the changeset viewer.