Heroes V
At a glance
Read from the map file- Players
- 2 2 human-playable
- Teams
- Free-for-all
- Map size
- Tiny — 72×72
- Map language
- Russian
- Towns
- 2
Player slots 2
| Colour | Played by | Faction | Team |
|---|---|---|---|
| Player 1 | Human or computer | Any at random | — |
| Player 2 | Human or computer | Any at random | — |
- Uploader
- Jelus
Hello everyone. I decided to reminisce about my childhood and play around with the Heroes 5 map editor. The map is pinned in the message. I tried to implement an update for the quest status, but for some reason, it doesn't work. P.S. Yes, all the names in the script refer to real in-game objects and map files.
function f()
MessageBox ("/Maps/SingleMissions/FunnyFantasy/Rumour.txt");
SetObjectiveState("Q", OBJECTIVE_COMPLETED)
end
function f1()
MessageBox ("/Maps/SingleMissions/FunnyFantasy/Rumour.txt");
end
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "kamilla", "f");