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/GlobalQuest.h

    r7298 r7310  
    5151
    5252        @code
    53         <GlobalQuest id="questId"> //Where questId is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information
     53        <GlobalQuest id="questId">
    5454            <QuestDescription title="Title" description="Description." /> //The description of the quest.
    5555            <subquests>
Note: See TracChangeset for help on using the changeset viewer.