Scripting
Perc Tarkov includes a built-in AngelScript scripting engine that lets you create custom functionality and automate actions.
What is AngelScript?
AngelScript is a lightweight scripting language with C/C++-like syntax. If you know C, C++, or Java, you’ll feel right at home.
Getting Started
Head to the Getting Started guide to write your first script.
Resources
- Getting Started — Write and run your first script
- API Reference — Complete list of available functions and objects
- Examples — Ready-to-use script examples
Last updated on