Connection ErrorBad RequestSession ExpiredSign in requiredForbiddenNot FoundToo Many RequestsServer ErrorBad GatewayService UnavailableGateway TimeoutHTTP Version Not Supported
Session Expired
Your session has expired. Please log in to continue.
Sign in required
You need an account to do that. Sign in or create one — it only takes a minute.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
Error Details:
Share Link
Current questions and answers regarding the map editor.
Should this be written directly in the unit's function?
All scripts are written in the MapScript.lua file, or they can be split into separate files as needed and connected using doFile(). All code written "without a wrapper" is executed when the map starts; everything inside functions is executed only when the function is called.