Scripting Overview
Scripts are written in AngelScript (current used version is 2.26.2), it has syntax similar to C. Create your scripts here. If you want something ask for it in the forum.
The scripts you write interact with the game via a collection of Hook Functions. These hook functions are called by the game at the appropriate times and execute your code.
API
- Preprocessor
- Hook Functions
- Global Functions
- Config Functions
- Player Functions
- Entity Functions
- Location Functions
- Card Functions
- Action Functions