I found a weird error while scripting, non-fatal but i keep wondering why.
This doesn't work
int dummy = 0;
if(!something) return;
int px = getentityproperty(p_ent,"x");
The log says:
Script error: data/scripts/updated.c, line 78: Unknown error 'int' (in production 20)
int px =...