Stendhal Quest Coding: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Devant added headings for easier reading |
imported>Devant adjusted headings |
||
| Line 113: | Line 113: | ||
This works because in games/stendhal/server/maps/Semos.java we defined Ceryl NPC. |
This works because in games/stendhal/server/maps/Semos.java we defined Ceryl NPC. |
||
== Creating dialogues == |
|||
Now we simply get it to start adding dialogues to it. |
Now we simply get it to start adding dialogues to it. |
||
=== Simple dialogues === |
|||
<pre> |
<pre> |
||
| Line 137: | Line 141: | ||
The client renders the next word in a blue color. |
The client renders the next word in a blue color. |
||
== |
=== Advanced dialogues === |
||
{{AddMissing|towhat = guide |toadd = the newer methods}} |
{{AddMissing|towhat = guide |toadd = the newer methods}} |
||