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
CRunningScript* WINAPI CLEO_CreateCustomScript(CRunningScript* fromThread, constchar *script_name, int label)
Someone reported using "STREAM_CUSTOM_SCRIPT_FROM_LABEL" from CLEO+ called from a custom mission, the variable values are unknown, probably CLEO tried to use it as if it were a custom script instead of custom mission (or vice versa). I don't know if this only happens when creating a script for label or also file, I think it's just by label because no one has reported it yet.
The text was updated successfully, but these errors were encountered:
CLEO4/source/CCustomOpcodeSystem.cpp
Line 2824 in 1d7dd7c
Someone reported using "STREAM_CUSTOM_SCRIPT_FROM_LABEL" from CLEO+ called from a custom mission, the variable values are unknown, probably CLEO tried to use it as if it were a custom script instead of custom mission (or vice versa). I don't know if this only happens when creating a script for label or also file, I think it's just by label because no one has reported it yet.
The text was updated successfully, but these errors were encountered: