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.
They are needed to transfer certain values from the adventure map to any battle. You can't simply see a variable like test=1, initialized in the adventure map scripts, in a battle, but if you set it using SetGameVar("test", 1), then GetGameVar("test") will return "1" in any battle (important: as a string; to make it a number, add zero). This allows you to pass the hero's level or some coefficient.