We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduced in 98b25bb when you have a REM after a script command, everything breaks.
to test, open any level_version(1) map and change that line to: LEVEL_VERSION(1) REM The map is level version 1
LEVEL_VERSION(1) REM The map is level version 1
Then start the level, and notice in the log that the map is in fact NOT level version 1, but level version 0.
The text was updated successfully, but these errors were encountered:
fixed with: b2b5a38
Sorry, something went wrong.
SimLV
No branches or pull requests
Introduced in 98b25bb when you have a REM after a script command, everything breaks.
to test, open any level_version(1) map and change that line to:
LEVEL_VERSION(1) REM The map is level version 1
Then start the level, and notice in the log that the map is in fact NOT level version 1, but level version 0.
The text was updated successfully, but these errors were encountered: