Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2017, 5:27:15 PM (7 years ago)
Author:
rrogge
Message:

Everything works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialogue_FS17/data/levels/events.oxw

    r11432 r11433  
    7777    </NextQuestion>
    7878
     79    <DistanceTrigger name="test1" position="100,300,0" target="Pawn" distance=25 stayActive="true" />
     80    <Backlight position="100,300,0" visible=true frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,1,1"/>
     81   
     82    <NextQuestion  question="Wazzp bud?" a1="yes" a2="no" >
     83     <possibleQuestions>
     84        <NextQuestion  question="Do you like fish" a1="yep let me continue" a2="no actually not" />
     85        <NextQuestion  question="Whats your favourite pastime?" a1="Got a dentist's appointment" a2="this sucks" >
     86        <possibleQuestions>
     87          <NextQuestion  question="Whatever?" a1="yep" a2="leave me alone godammit" />
     88          <NextQuestion  question="Turtles then?" a1="..." a2="Im going now okay" />
     89        </possibleQuestions>
     90      </NextQuestion>
     91      </possibleQuestions>   
     92      <events>
     93        <execute>
     94           <EventListener event="test1" />
     95        </execute>
     96      </events>
     97    </NextQuestion>
     98
     99
    79100    <!-- red -->
    80101    <!--
Note: See TracChangeset for help on using the changeset viewer.