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
MentStatistics
Registered:
Posts:31,055
#136
Auto-translated
Gilraen
Something isn't working with my MessageBox.
I also had to figure it out for a long time. The problem was that I was typing messages in Notepad, and it automatically chooses the wrong format. Anyway, take a look at this topic; it has everything written about MessageBox.Gilraen
Is it possible to describe in as much detail as possible how to set a task?
Do you mean, including the name and description of the task? Or did I misunderstand? Because the scripting part is exhausted by the SetObjectiveState function. You can also sometimes use SetObjectiveProgress.Gilraen
How to configure DefeatHero: description, launch, and so that a video plays and the mission ends upon completion?
Here's how (+screenshot):
function P0_end() StartDialogScene("bla-bla"); Win(1); end;
function P0_start() SetObjectiveState("P0",OBJECTIVE_ACTIVE); Trigger(OBJECTIVE_STATE_CHANGE_TRIGGER,"P0","P0_end"); end;
Trigger(Trigger Type, parameters,"P0_start");
Gilraen
It's interesting how "Summon Ilm-Hijdra" from Lords works. Is it moving objects?
Yes, it seems to be a scripted spell that moves an object. Although I didn't delve into the script there.:) Gilraen