Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 19, 2008, 4:06:09 PM (17 years ago)
Author:
dafrick
Message:

Resolved some issues, should be complete now.
Done some testing, no obvious errors uncovered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem2/src/orxonox/objects/quest/QuestEffectBeacon.h

    r2221 r2226  
    7171            <events>
    7272                <execute>
    73                     <PlayerTrigger /> //A PlayerTrigger triggering the execution of the QuestEffectBeacon.
     73                    <EventListener event=eventIdString />
    7474                </execute>
    7575            </events>
     76            <attached>
     77               <PlayerTrigger name=eventIdString /> //A PlayerTrigger triggering the execution of the QuestEffectBeacon.
     78            </attached>
    7679        </QuestEffectBeacon>
    7780    @author
Note: See TracChangeset for help on using the changeset viewer.