Connection ErrorBad RequestThis page went staleSession 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.
This page went stale
Your security token was rejected, usually because the page sat open too long or you signed in elsewhere. Nothing was saved. Reload the page and try again.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
Bravo1853, in the editor, within the Map Properties Tree, there's a section called MapScript – this is the main script for the map and it runs automatically when the map starts. If it's empty, you need to specify the path to the file or create a new one. Write all the code in this single file; the ones that are linked in the properties of monsters and other objects are not used in practice. Once you understand how the file works, it's best to edit it using Notepad or MapScriptsEditor, as many users experience crashes when accessing it through the editor.
I created a MapScript.lua file using MSE, added the script to it, and specified the file path. How do I now make a monster on the map be dead?