Hi,
My friend is currently stuck on his alpha release of his map, he got the error:

I tried to compile, getting the same error.
All I ended up finding 2 results on google. Source code of ai_script.c
if ( token[0] == '{' || token[0] == '}' ) {
G_Error( "Bot_ScriptParse(), Error (line %d): entry identifier expected, '%s' found.
", 1 + COM_GetCurrentParseLine(), token );
}
Full code here
What does this mean? Any workaround?
Regards,