📄️ Scripts
qbscript
📄️ QBScript Reference
QBScript is a dynamically typed, interpreted language for automating Quest Bound rulesets. It uses Python-like structure (indentation-based blocks, simple syntax) with C-like operators (&&, ||, //, etc.), so it stays approachable for designers with some technical background.
📄️ D&D-Style Scripting Example
This example shows how QBScript can implement D&D-like D20 mechanics across multiple scripts.