Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2017, 3:40:04 PM (7 years ago)
Author:
rrogge
Message:

Code aufgeraeumt

File:
1 edited

Legend:

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

    r11393 r11435  
    2929    skybox       = "Orxonox/Starbox"
    3030  >
    31  <DistanceTrigger name="test" position="0,0,0" target="Pawn" distance=25 stayActive="true"/>
    32     <Backlight position="0,0,0" visible=true frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,0,0"/>
    33     <DialogueManager question="Hello World3">
    34       <events>
     31 
     32
     33    <DistanceTrigger name="test" position="100,0,100" target="Pawn" distance=25 stayActive="true" />
     34    <Backlight position="100,0,100" visible=true frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,0,1"/>
     35   
     36    <NextQuestion  question="Your question" a1="First answer" a2="Second answer" >
     37      <possibleQuestions>
     38          <NextQuestion  question="Your next question if a1 was chosen" a1="First answer" a2="Second answer" />
     39          <NextQuestion  question="Your next question if a2 was chosen." a1="First answer" a2="Second answer" />
     40        </possibleQuestions>
     41    <events>
    3542        <execute>
    3643           <EventListener event="test" />
    3744        </execute>
    38       </events>
    39     </DialogueManager>
    40 
    41     <!--<DialogueManager firstquestion="hello world">
    42       <options>
    43         <NextQuestion answer="ja" question="question?">
    44           <options>
    45             <NextQuestion answer="" question="">
    46             </NextQuestion>
    47           </options>
    48         </NextQuestion>
    49        <events>
    50         <execute>
    51            <EventListener event="test" />
    52         </execute>
    53       </events>
    54     </DialogueManager>
    55   -->
    56 
     45    </events>
     46    </NextQuestion>
    5747
    5848    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
    5949    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
    6050
    61     <ModularSpaceShip velocity= "20,0,0" position="0,0,200" lookat= "0,0,0" health="1000" maxhealth="1000" initialhealth="1000">
    62       <templates>
    63         <Template link=endurance />
    64       </templates>
    65     </ModularSpaceShip>
     51   
    6652   
    6753  </Scene>
Note: See TracChangeset for help on using the changeset viewer.