Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLEO_CreateCustomScript not transmiting script params from custom missions #85

Open
JuniorDjjr opened this issue Aug 14, 2023 · 1 comment

Comments

@JuniorDjjr
Copy link
Contributor

JuniorDjjr commented Aug 14, 2023

CRunningScript* WINAPI CLEO_CreateCustomScript(CRunningScript* fromThread, const char *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.

@MiranDMC
Copy link
Contributor

Any chance for demo script showcasing the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants