How to test NPC Parser: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>MartinFuchs
remove type matching, replace standard by merged expression matching
imported>Kymara
No edit summary
Line 6: Line 6:
__TOC__
__TOC__


After you designed a new NPC conversation, you have to implement it in the server code and test if the NPC understands all user input like you planed. To support you in this process there is the NPC Conversation Parser Test Environment (PTE):
After you designed a new NPC conversation, you have to implement it in the server code and test if the NPC understands all the user input like you planned.

If during testing you find that the NPC is not responding as you expect, one of the things you can check is that the NPC is correctly interpreting ''(parsing)'' what the player says.

To support you in this process there is the NPC Conversation Parser Test Environment (PTE):


[[Image:npc parser testenv.png]]
[[Image:npc parser testenv.png]]