Wiki Based Dialog System
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. An important part of interactive fiction is talking to NPC's. One possible "WikiWay" of creating the dialogs is the following: A dialog is organized as a tree where each node represents a possible thing the player can say to the NPC (the root node of the tree would actually represent that the player walks up to the NPC). Each node will also contain the response of the NPC. For example:
Editing: A user-friendly way to do that would be to implement something like CoolJS (plus some "write-lock" mechanism to synchronize editing). Side note: even an IF story should have some cool dialogs between NPC's. These would be much easier to manage/edit since they have a simple linear structure. |


