Changeset 11644 for code/branches/Dialog_HS17/data/levels
- Timestamp:
- Dec 8, 2017, 2:55:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialog_HS17/data/levels/DialogueShowcase2.oxw
r11642 r11644 1 1 <LevelInfo 2 name = "Dialog ueShowcase2"2 name = "DialogShowase" 3 3 description = "A level to show and test the functionality of the Dialogue module." 4 4 tags = "test" … … 32 32 <Backlight position="100,0,100" visible=true frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,0,1"/> 33 33 34 <Dialog name="Kurt" currentQuestionId="loop ">34 <Dialog name="Kurt" currentQuestionId="loop1"> 35 35 <questions> 36 <Question question="Soll ich dich loopen?" Id="loop">36 <Question question="Soll ich dich einmal loopen?" Id="loop1"> 37 37 <answerIds> 38 38 <AnswerId Id="ja"/> 39 39 <AnswerId Id="nein"/> 40 <AnswerId Id="giveItToMe"/> 41 </answerIds> 42 </Question> 43 <Question question="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua." Id="lorem"> 44 <answerIds> 45 <AnswerId Id="end"/> 46 </answerIds> 47 </Question> 48 <Question question="Soll ich dich nochmal loopen?" Id="loop2"> 49 <answerIds> 50 <AnswerId Id="ja"/> 51 <AnswerId Id="nein"/> 52 <AnswerId Id="end"/> 40 53 </answerIds> 41 54 </Question> … … 43 56 </questions> 44 57 <answers> 45 <Answer Id="ja" answer="ja loop mich" nextQuestionId="loop"/> 58 <Answer Id="giveItToMe" answer="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet." nextQuestionId="lorem"/> 59 <Answer Id="ja" answer="ja loop mich" nextQuestionId="loop2"/> 46 60 <Answer Id="nein" answer="lieber nicht" nextQuestionId="ok"/> 61 <Answer Id="end" answer="ich geh dann mal" nextQuestionId=""/> 47 62 </answers> 48 63 <events> … … 52 67 </events> 53 68 </Dialog> 54 55 <DistanceTrigger name="test1" position="100,0,-100" target="Pawn" distance=25 stayActive="true" />56 <Backlight position="100,0,-100" visible=true frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,1,1"/>57 69 58 <NextQuestion question="Hey, sorry to bother you, could you help me with something?" a1="Yeah sure." a2="Nope get lost." >59 <possibleQuestions>60 <NextQuestion question="Do you like fish" a1="...yes?" a2="This is wasting my time." >61 <possibleQuestions>62 <NextQuestion question="Splendid! Would you like your ship to look like one?" a1="..." a2="I'm going now, okay?" />63 <NextQuestion question="Turtles then?" a1="..." a2="Im going now, okay?" />64 </possibleQuestions>65 </NextQuestion>66 <NextQuestion question="I can pay you know." a1="Got enough money." a2="...are you deaf? Bye."/>67 </possibleQuestions>68 <events>69 <execute>70 <EventListener event="test1" />71 </execute>72 </events>73 </NextQuestion>74 75 76 77 70 <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"/> 78 71 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
Note: See TracChangeset
for help on using the changeset viewer.