Stendhal Quest Coding - Part 2: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann m moved inprogress-pointer to old version from the first part to the second part |
imported>Hendrik Brummermann m splitted todos on a per section basis |
||
| Line 14: | Line 14: | ||
If you have ideas for new quests or are interested in helping to refine quest ideas, please have a look at the [[Stendhal Quest Contribution|Quest Contributor's Guide]] or the [[Stendhal Quest Ideas]]. |
If you have ideas for new quests or are interested in helping to refine quest ideas, please have a look at the [[Stendhal Quest Contribution|Quest Contributor's Guide]] or the [[Stendhal Quest Ideas]]. |
||
| ⚫ | |||
== Teaching the NPC to ask the players whether they will do the quest == |
== Teaching the NPC to ask the players whether they will do the quest == |
||
| ⚫ | |||
* add with states |
* add with states |
||
* very basic introduction to FSM |
* very basic introduction to FSM |
||
}} |
|||
== Teaching the NPC to remember the player == |
== Teaching the NPC to remember the player == |
||
{{TODO| |
|||
* ChatAction |
* ChatAction |
||
* ChatCondition |
* ChatCondition |
||
}} |
|||
== Rewarding the player == |
== Rewarding the player == |
||
{{TODO| |
|||
* MultiAction |
* MultiAction |
||
}} |
|||
== Further Reading == |
== Further Reading == |
||
{{TODO| |
|||
}} |
}} |
||
[[Category:Stendhal]] |
[[Category:Stendhal]] |
||
Revision as of 20:24, 21 November 2009
Stendhal Quests
This page is currently reworked. You can find the old content on the talk page
You may want to read the first part of the Stendhal Quest Coding tutorial first.
If you have ideas for new quests or are interested in helping to refine quest ideas, please have a look at the Quest Contributor's Guide or the Stendhal Quest Ideas.
Teaching the NPC to ask the players whether they will do the quest
TODO:
- add with states
- very basic introduction to FSM
Teaching the NPC to remember the player
TODO:
- ChatAction
- ChatCondition
Rewarding the player
TODO:
- MultiAction
Further Reading
TODO: