How are operations with quests actually performed? How do you assign/remove a quest?
If anyone decides to help, I have a problem - the console in the game complains about this function:
function day()
I=i+1;
end;
Where is the error?
There was a detailed explanation about quests (Objectives) somewhere here.
Regarding the function. For it to work correctly, the variable i must at least be initialized at the beginning; otherwise, it doesn't make sense. Also, I suspect that it should have been I=I+1, not I=i+1;
I and i are different variables.
That is, it should be approximately like this:
I=*some value*
function day()
I=I+1;
end;
Пробуждение зла
Нашествие из Преисподней
Смена эпох
Скачать все кампании одним архивом: Яндекс.Диск Google.Диск
You can download the set of 3 Campaigns (English version) here
Одиночные сценарии Heroes V 3.1:
Незваные гости
Красный кристалл
Синий кристалл
Закат тьмы
Мультиплеерные карты для Heroes V 3.1:
Легендарная война
Сердце вулкана
Передел мира