You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ScriptEngine] [23:04:52] Unexpected operator '(' in condition on line 26
[ ScriptEngine] [23:04:52] Unexpected operator ')' in condition on line 26
[ ScriptEngine] [23:04:52] Unexpected OPERATOR in condition on line 26
[ ScriptEngine] [23:04:52] Unexpected operator '(' in condition on line 26
[ ScriptEngine] [23:04:52] Unexpected operator ')' in condition on line 26
[ ScriptEngine] [23:04:52] Unexpected NEWLINE in condition on line 26
Searching the ccpp code reveals that ( and ) are indeed considered operator characters,
but they are marked as TODO within bool ccpp::processor::test_condition()
(in this specific case, the condition works the same with the parentheses omitted, so there is a workaround)
The text was updated successfully, but these errors were encountered:
(Using the Openplanet 1.21.0 build for TMTurbo)
The line
produces the errors
Searching the ccpp code reveals that
(
and)
are indeed considered operator characters,but they are marked as TODO within
bool ccpp::processor::test_condition()
(in this specific case, the condition works the same with the parentheses omitted, so there is a workaround)
The text was updated successfully, but these errors were encountered: