Brad
Results
1
issues of
Brad
**When trying to include other custom scripts in my gsc script using `#include`, I get the following error:** main.gsc ```c #include custom_scripts\test; init() { print("Print from main.gsc"); test_print(); } ```...