Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11247


Ignore:
Timestamp:
Oct 24, 2016, 4:06:37 PM (7 years ago)
Author:
dmoritz
Message:

New Dialogue Class

Location:
code/branches/Dialog_HS16
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialog_HS16/data/levels/missionOne.oxw

    r11052 r11247  
    2424 gametype     = "Mission"
    2525>
     26  <Dialogue message="test">
     27    </Dialogue>
    2628  <templates>
    2729    <Template link=lodtemplate_default />
     
    409411
    410412    <DistanceTrigger name="flying1" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=6/>
    411     <SimpleNotification message="Let's fly to the blinking light.">
     413    <Dialogue message="Let's fly to the blinking light.">
    412414        <events>
    413415            <trigger>
     
    415417            </trigger>
    416418        </events>
    417     </SimpleNotification>
     419    </Dialogue>
    418420
    419421    <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  
    22  CommandNotification.cc
    33  SimpleNotification.cc
     4  Dialogue.cc
    45)
Note: See TracChangeset for help on using the changeset viewer.