Creating Game Logic
- That xml script is pretty simple.
- More complex scripting languages can be used to create
game logic.
- Buckland gives the example of a chatbot created in a
script.
- Other types of logic can also be created. Agent behaviour
can easily be scripted.
- This is somewhat separated from the core engine.
- These scripts can be churned out quickly.
- While they might have bugs, the separation can
limit the impact of the bugs.