Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2010, 11:58:35 AM (14 years ago)
Author:
dafrick
Message:

Removed necessity for GUID as id for quests, since it is not very readable in the level file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/modules/questsystem/QuestHint.h

    r7298 r7310  
    6161
    6262        @code
    63         <QuestHint id="hintId">  //Where hintId is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information
     63        <QuestHint id="hintId">
    6464            <QuestDesctription title="" description="" />
    6565        </QuestHint>
Note: See TracChangeset for help on using the changeset viewer.