There's this thing...
http://forum.heroesworld.ru/showpost...39&postcount=2
Another problem has arisen here. I'm creating a script according to the instructions in the manual, but it doesn't work. That is, when I interact with the object, the text doesn't appear, even though the code is like this...
function hatF()
Trigger(OBJECT_TOUCH_TRIGGER, "Lesorub" nil );
MessageBox (GetMapDataPath().."lesorubnecro.txt");
end;
Trigger(OBJECT_TOUCH_TRIGGER, "Lesorub" "hatF" );
I tried applying it as to a mob, that is, a monster, and also to another item, just to check. The effect is the same, that is, nothing happens.