Stendhal Quest Coding - Part 2: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
splitted second part of the tutorial out of Stendhal Quest Coding
imported>Hendrik Brummermann
m moved inprogress-pointer to old version from the first part to the second part
Line 7: Line 7:




<div style="border: 3px solid green; background-color: #AFA; padding: 1em; margin-right: 20em">
This page is currently reworked. You can find the old content on the [[Talk:Stendhal Quest Coding|talk page]]
</div>


You may want to read the first part of the '''[[Stendhal Quest Coding]]''' tutorial first.
You may want to read the first part of the '''[[Stendhal Quest Coding]]''' tutorial first.

Revision as of 19:39, 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.

TODO:

Teaching the NPC to ask the players whether they will do the quest

  • add with states
  • very basic introduction to FSM

Teaching the NPC to remember the player

  • ChatAction
  • ChatCondition

Rewarding the player

  • MultiAction

Further Reading