Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 3:36:47 PM (15 years ago)
Author:
dafrick
Message:

Some verry small changes…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem3/src/orxonox/objects/quest/LocalQuest.h

    r2352 r2383  
    5555            <QuestDescription title="Title" description="Description." /> //The description of the quest.
    5656            <subquests>
    57         <Quest id ="questId1" /> //A list of n subquest, be aware, each of the <Quest /> tags must have a description and so on and so forth as well.
    58         ...
    59         <Quest id="questIdn" />
    60         </subquests>
    61         <hints>
    62         <QuestHint id="hintId1" /> //A list of n QuestHints, see QuestHint for the full XML representation of those.
    63         ...
    64         <QuestHint id="hintIdn" />
    65         </hints>
    66     <fail-effects>
    67         <QuestEffect /> //A list of QuestEffects, invoked when the Quest is failed, see QuestEffect for the full XML representation.
    68         ...
    69         <QuestEffect />
    70     </fail-effects>
    71     <complete-effects>
    72         <QuestEffect /> //A list of QuestEffects, invoked when the Quest is completed, see QuestEffect for the full XML representation.
    73         ...
    74         <QuestEffect />
    75     </complete-effects>
     57                <Quest id ="questId1" /> //A list of n subquest, be aware, each of the <Quest /> tags must have a description and so on and so forth as well.
     58                ...
     59                <Quest id="questIdn" />
     60                </subquests>
     61                <hints>
     62                <QuestHint id="hintId1" /> //A list of n QuestHints, see QuestHint for the full XML representation of those.
     63                ...
     64                <QuestHint id="hintIdn" />
     65                </hints>
     66            <fail-effects>
     67                <QuestEffect /> //A list of QuestEffects, invoked when the Quest is failed, see QuestEffect for the full XML representation.
     68                ...
     69                <QuestEffect />
     70            </fail-effects>
     71            <complete-effects>
     72                <QuestEffect /> //A list of QuestEffects, invoked when the Quest is completed, see QuestEffect for the full XML representation.
     73                ...
     74                <QuestEffect />
     75            </complete-effects>
    7676        </LocalQuest>
    7777    @author
Note: See TracChangeset for help on using the changeset viewer.