Hi all, I'm having a problem compiling a script using any fs_* functions
The compiler that comes with sFall Script Editor 4.1.6 (also tried 4.1.7 RC0) simply tells me expecting ';'
Here is the code I'm trying to compile:
#include "../headers/define.h"
#define NAME "gl_mymod"
#include...