Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9726


Ignore:
Timestamp:
Oct 29, 2013, 1:58:58 PM (11 years ago)
Author:
schlaem
Message:

work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/levelMichael/data/levels/Spacefight.oxw

    r9722 r9726  
    88 name = "Spacefight"
    99 description = "Level with the big Spacefight"
    10  tags = "missions"
     10 tags = "mission"
    1111 screenshot = "emptylevel.png"
    1212/>
     
    5353    />
    5454
    55   <Scene
     55<Scene
    5656    ambientlight = "0.8, 0.8, 0.8"
    5757    skybox       = "Orxonox/Starbox"
     
    104104                <complete-effects>
    105105                        <AddQuest questId="spacefight.upgrade1" />
    106                         <AddQuest questId="spacefight.flying2" />
     106                        <!-- <AddQuest questId="spacefight.flying2" /> -->
    107107                </complete-effects>
    108108        </LocalQuest>
     
    145145                        failMessage="You've lost all your ships!"
    146146                        completeMessage="" />
    147         </LocalQuest>
    148 
    149         <LocalQuest id="spacefight.
     147                <complete-effects>
     148                        <AddQuest questId="spacefight.flying3" />
     149                </complete-effects>
     150        </LocalQuest>
     151
     152        <LocalQuest id="spacefight.flying3" >
     153                <QuestDescription
     154                        title=""
     155                        description=""
     156                        failMessage=""
     157                        completeMessage="" />
     158        </LocalQuest>
    150159
    151160       
     
    176185        </QuestEffectBeacon>
    177186
    178 <!-- -->
     187<!-- ---------------------------------------------------------------------- -->
    179188
    180189  <DistanceTrigger name="flying1" position="3000,0,0" target="SpaceShip" distance=1500 stayActive="true" delay=0 />
     
    191200<!-- ----------------------------------------------------- -->
    192201
    193 <!-- EVENTTRIGGER
     202<!-- EVENTTRIGGER -->
    194203
    195204 <EventTrigger name="guard1trigger4" activations="1" stayactive="true" delay=0.1>
     
    220229        </EventTrigger>
    221230      </EventTrigger>
    222     </EventTrigger> -->
     231    </EventTrigger>
    223232
    224233<!-- ----------------------------------------------------- -->
Note: See TracChangeset for help on using the changeset viewer.