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

Weird GameMaker error caused by lack of semicolon on preceeding line #17

Open
JujuAdams opened this issue Jan 10, 2022 · 0 comments
Open
Labels
bug 😅 Juju did a bad thing

Comments

@JujuAdams
Copy link
Owner

JujuAdams commented Jan 10, 2022

show_debug_message("Broken")
CO_BEGIN ...

throws

Invalid callv target #2
 at gml_Object_obj_water_district_path_Step_0 (line 2) -        TRACE("Broken")
############################################################################################
gml_Object_obj_water_district_path_Step_0 (line 2)

fixed by

TRACE("Broken"); // <- added ;
CO_BEGIN ...
@JujuAdams JujuAdams added the bug 😅 Juju did a bad thing label Jan 10, 2022
@JujuAdams JujuAdams changed the title Weird GameMaker error Weird GameMaker error caused by lack of semicolon on preceeding line Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 😅 Juju did a bad thing
Projects
None yet
Development

No branches or pull requests

1 participant