Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4646


Ignore:
Timestamp:
Jan 30, 2007, 2:01:44 AM (17 years ago)
Author:
patrick
Message:

added quest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/levels/sp_level_spacestation1.oxw

    r4626 r4646  
    518518    </SpriteParticles>
    519519
     520   <QuestGUI>
     521      <name>First_Quest</name>
     522      <quest-name>First Quest</quest-name>
     523      <quest-description>
     524        Hello Player.W\nelcome to the world of Orxonox! First of all: go to the Gloriabar and talk the to your contact person!
     525       </quest-description>
     526      <quest-picture>/maps/unclesam.png</quest-picture>
     527      <quest-difficulty>D\ifficulty:   Easy P </quest-difficulty>
     528      <quest-persons>\nlayers needed:  1</quest-persons>
     529      <reward-picture>/maps/goldsack.png</reward-picture>
     530      <reward-description>A\n bag full of gold!!!</reward-description>
     531    </QuestGUI>
     532
     533
     534   <QuestGUI>
     535      <name>Second_Quest</name>
     536      <quest-name>Second Quest</quest-name>
     537      <quest-description>
     538      Congratulations!You've just found the m\naybe most important place on this Space-station!Go, get yourself a drink...
     539       </quest-description>
     540      <quest-picture>/maps/unclesam.png</quest-picture>
     541      <quest-difficulty>D\nifficulty:   Easy P </quest-difficulty>
     542      <quest-persons>\nersons needed:  1</quest-persons>
     543      <reward-picture>/maps/martini.png</reward-picture>
     544      <reward-description>A\n tasty Drink</reward-description>
     545    </QuestGUI>
     546
     547
    520548  </WorldEntities>
    521549
     
    529557      <Script>
    530558        <file>spacestation/switchtohangar.lua</file>
     559      </Script>
     560
     561      <Script>
     562        <file>spacestation/quest.lua</file>
    531563      </Script>
    532564
Note: See TracChangeset for help on using the changeset viewer.