Skip to content

A number of questions regarding map creation.

#7
Auto-translated
There's this thing...
http://forum.heroesworld.ru/showpost...39&postcount=2
It's good, but only I will be able to see it displayed like that. I've embedded the file so that it displays correctly. But still, thank you.

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.