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.
Maybe create a hero in reserve, and assign this art to him?
Then, when issuing a task, give the command to make this hero appear on the map.
_____
And I have this problem. My script persistently refuses to execute the StartThread function.
Console
[Script warning!] Value was NIL when getting global with name 'StartThread' (Script)ERROR: attempt to call a nil value
Function
function Call_of_Urgash() if HasHeroSkill('Oddrema', 98) then MessageBox(GetMapDataPath().. 'Call.txt') ChangeHeroStat('Oddrema', STAT_EXPERIENCE,43119) AddObjectCreatures('Oddrema', 27, 18) SetObjectiveState('SA', PLAYER_1, 3) flag = 1 end; end; StartThread('Call_of_Urgash');