All Questions
Tagged with dialogue-tree scripting
1 question
3
votes
1
answer
1k
views
How to implement scripted events?
I'm building a game in C++ (using SDL) for a college project, I'm trying to figure out how to script events that happens when a player does something, or some time passes etc.
I have a and idea of ...