Auto-translated
using raise and plato, plato is more convenient :)
New here? I'm Roha — want a quick tour?
Help me open the map in the editor.
http://www.maps4heroes.com/forum/opinions.php?map_id=482&game=5
function arena_level_up_pl1 (hero)
MakeHeroInteractWithObject(heroname, "monster_arena1_pl1");
end;
Trigger(OBJECT_TOUCH_TRIGGER, "arena_level_up_pl1", "arena_level_up_pl1F");
Guys, help me out. The simplest function isn't working, but everything is fine with other, including more complex, functions.
function arena_level_up_pl1F (hero)
MakeHeroInteractWithObject(heroname, "monster_arena1_pl1");
end;
Trigger(OBJECT_TOUCH_TRIGGER, "arena_level_up_pl1", "arena_level_up_pl1F");
It seems that you need to write "hero" instead of "heroname": MakeHeroInteractWithObject(hero, "monster_arena1_pl1").
I will, of course, change it, but the problem is that in other functions related to the hero's interaction with something, I wrote "heroname".
Added 2 minutes later
No, it still doesn't work.
What error message does it display?
Read what they write on that site. It seems you're not the only one with this problem.
[/CODE]
I know how to read. I'm asking for help opening the map. Since the author upgraded it, it means they opened it. Are there any experts who can help?
Who knows how to create a hero from a creature? If it's not too difficult, please help.
Does anyone know how to create a hero with a creature's appearance? If it's not too difficult, please help.
If you want to create a hero with a creature figurine, it's simple. In the editor, place any hero, and on the left, there's a "Shared" bar with "...". Click it. There, you can modify the highlighted yellow parameters to your liking. Then, save it (bottom right). Close the editor.