Where are you writing them? You need to do it through the map properties. Scripts don't work in other places (at least not for me).
Posts from Scripts
But without them, the game looks somewhat unfinished...
If it's not a company, then it's not a big deal.... but in a company without scripts, it just won't work... otherwise, it will be a complete mess((( I will study the manual and look for a more or less detailed description of the scripts and how to use them.
________________________________________________________
Thank you for your attention.... PEOPLE - ARE THE BEST))))))))
To find the information you need about scripts, console activation, manuals, etc., take a look at the topic on AG; you'll find a lot there if you don't mind searching:
http://forums.ag.ru/?board=heroes5&action=display&s=20&num=1158238041
P.S. Novik's manual, in my opinion, has the latest version 1.3:
http://vif2ne.ru/s3/stuff/HommV/scripts.rar
P.P.S. If anyone needs documentation on scripts (versions 2.1 and 3.0, in Russian, *.doc format), write to e-mail: Kronwell=DOG=mail.ru
or contact me on ICQ: 227634166
Need help with a script:
If Prince Oleg (Red player) finds the Axe of the Mountain King, he wins.
I'm almost done with the campaign, just need to finish this part!:(








Ангел пропел и полопалась кожа...
Мы выпили жизнь, но не стали мудрей,
Мы прожили смерть, но не стали моложе...
Агата Кристи
Ты должен быть сильным,
Ты должен уметь сказать: Руки прочь, прочь от меня,
Ты должен быть сильным, иначе зачем тебе быть?!
КИНО
Please provide more details, as it's unclear what you're asking.
I suspect this means:
"How to create a script that triggers the end of the game when a player finds a specific artifact, meaning they win!"
Please provide more details, as it's unclear what's going on.
Well, the sniper is right.








"How do I create a script that triggers the end of the game when a player finds a specific artifact, meaning they win?"
__________________
As far as I know, this is not possible.
Ангел пропел и полопалась кожа...
Мы выпили жизнь, но не стали мудрей,
Мы прожили смерть, но не стали моложе...
Агата Кристи
Ты должен быть сильным,
Ты должен уметь сказать: Руки прочь, прочь от меня,
Ты должен быть сильным, иначе зачем тебе быть?!
КИНО

Все Дотеры сюда! ->всв
Diablo II 1.11b - Лицензия ( СКАЧАТЬ )
!!!только не жми сюда!!!
I'm writing something like this:
function Meeting( heroname )
if heroname == "Maahir" then
Win();
Trigger( REGION_ENTER_AND_STOP_TRIGGER, "meeting", nil );
end;
end;
Trigger( REGION_ENTER_AND_STOP_TRIGGER, "meeting", "Meeting" );
function DialogF()
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "Dialog", nil);
MessageBox("/Maps/SingleMissions/Horse/DialogF.txt");
end;
I created a region named Dialog, and I put the file named DialogF.txt in the correct location... can you please help me?