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.
Please help:smile45:. I wrote what seemed like a simple script, but it doesn't work as expected. The idea is simple: if there are creatures in the region, the script does nothing. But if they are killed, the script generates new ones, and this calculation happens every 2 days of the week.
function new_day() local day = GetDate(DAY_OF_WEEK) if day == 2 and IsObjectInRegion('kan','kopt') elseif day == 2 then CreateMonster( 'kan', 49, 5,81, 122, 0, MONSTER_MOOD_WILD, MONSTER_COURAGE_CAN_FLEE_JOIN, 0)