Changeset 11435 for code/branches/Dialogue_FS17/data/levels
- Timestamp:
- May 26, 2017, 3:40:04 PM (8 years ago)
- Location:
- code/branches/Dialogue_FS17/data/levels
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialogue_FS17/data/levels/emptyLevel.oxw
r11393 r11435 29 29 skybox = "Orxonox/Starbox" 30 30 > 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> 35 42 <execute> 36 43 <EventListener event="test" /> 37 44 </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> 57 47 58 48 <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"/> 59 49 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 60 50 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 66 52 67 53 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.