captain-holetooth
captain-holetooth copied to clipboard
Make dialogue system available across the game
The dialogue system is currently tied to individual characters. I'd like it this way:
- Dialogue script is loaded globally
- Actual content of script is tied to NPC
Makes it easier later to edit text and only one instance of the functionality is needed.