Conversation - JayhawkZombie/EECS581Project GitHub Wiki
##Conversation
###Abstract The conversation class is used so people in the game can, you guessed it, have a conversation! Each conversation is treated like a graph with nodes.
###Writing Content Files When writing conversation content files that are going to be used by the conversation class, remember the following
- All integers in the content of the message MUST be spelled out- this is to avoid confusing the listreader
- The Exit Reply Conversation nodes need to remain at the bottom of the read-in-file.