Implementing a basic Dialog System in C++
In this post we're going to implement a basic dialog system in C++. Here is a breakdown of our system: The player can initiate a conversation with a pawn The pawn will answer to our player based on the player's message The…