Stendhal Quest Coding - Part 2: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara No edit summary |
imported>Kribbel m replace old link |
||
| (One intermediate revision by one other user not shown) | |||
| Line 76: | Line 76: | ||
As you can see, we now have to use "add()" instead of "addReply()" and that method has a lot more parameters. |
As you can see, we now have to use "add()" instead of "addReply()" and that method has a lot more parameters. |
||
We have predefined a number of states in the class [ |
We have predefined a number of states in the class [https://github.com/arianne/stendhal/blob/master/src/games/stendhal/server/entity/npc/ConversationStates.java ConversationStates] that you can and should use. |
||
===Graphical representation=== |
===Graphical representation=== |
||