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
Configuring the Waypoint Course Module is pretty bleh, especially when it comes to code edits required for specific numbers of waypoints.
I want to find a way to reduce the amount of code tweaking needed for the module to function correctly. I believe this can be achieved by abusing runtime errors when attempting to access non-existent global variables.
The goals are:
Overall reduce the required code tweaking needed.
Make the code work with any number of waypoints (2-16) without needing to delete or edit lines for it.
The text was updated successfully, but these errors were encountered:
Configuring the Waypoint Course Module is pretty bleh, especially when it comes to code edits required for specific numbers of waypoints.
I want to find a way to reduce the amount of code tweaking needed for the module to function correctly. I believe this can be achieved by abusing runtime errors when attempting to access non-existent global variables.
The goals are:
The text was updated successfully, but these errors were encountered: