Changes between Version 10 and Version 11 of code/doc/Questsystem
- Timestamp:
- Dec 8, 2008, 3:31:41 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Questsystem
v10 v11 159 159 }}} 160 160 161 ==== AddReward =====161 ===== AddReward ===== 162 162 This QuestEffect adds a Rewardable (Rewardable is an Interface which can be implemented by and object that its creator thinks schould be able to be rewarded a player for completing (or failing for that matter) a Quest) to the player. Pickups for example wold be good Rewardables (this is not implemented though). 163 163