Changeset 11247
- Timestamp:
- Oct 24, 2016, 4:06:37 PM (8 years ago)
- Location:
- code/branches/Dialog_HS16
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialog_HS16/data/levels/missionOne.oxw
r11052 r11247 24 24 gametype = "Mission" 25 25 > 26 <Dialogue message="test"> 27 </Dialogue> 26 28 <templates> 27 29 <Template link=lodtemplate_default /> … … 409 411 410 412 <DistanceTrigger name="flying1" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=6/> 411 < SimpleNotificationmessage="Let's fly to the blinking light.">413 <Dialogue message="Let's fly to the blinking light."> 412 414 <events> 413 415 <trigger> … … 415 417 </trigger> 416 418 </events> 417 </ SimpleNotification>419 </Dialogue> 418 420 419 421 <DistanceTrigger name="flying2" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=10/> -
code/branches/Dialog_HS16/src/modules/notifications/dispatchers/CMakeLists.txt
r7285 r11247 2 2 CommandNotification.cc 3 3 SimpleNotification.cc 4 Dialogue.cc 4 5 )
Note: See TracChangeset
for help on using the changeset viewer.