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

Script_execute calling numbers? #9

Open
colinator27 opened this issue Aug 30, 2016 · 0 comments
Open

Script_execute calling numbers? #9

colinator27 opened this issue Aug 30, 2016 · 0 comments

Comments

@colinator27
Copy link

I recently tested putting some of the decompiled code into an actual GameMaker: Studio project to test how accurate the decompiler was. Turns out, it was REALLY accurate. I managed to get dialogue to show with few changes.

Now, script_execute functions tended to come up with errors. In GameMaker, you call the script name, not the index. So, replacing the number with the script name should fix it. It's probably an easy change because it already is in a comment next to the number.

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

1 participant