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

    r7298 r7310  
    4747
    4848        @code
    49         <FailQuest questId="id" />  //Where id is a GUID, see http://en.wikipedia.org/wiki/Globally_Unique_Identifier#Basic_structure for more information, and identifies the Quest that should be failed.
     49        <FailQuest questId="id" />  //Where id identifies the Quest that should be failed.
    5050        @endcode
    5151    @author
Note: See TracChangeset for help on using the changeset viewer.