Skip to content

Current questions and answers regarding the map editor.

User Avatar
#4478
Auto-translated
I tried to do it using a trigger. The hero entered the zone where the cutscene should start, but nothing happened.
function 11F()
StartAdvMapDialog(0);
StartAdvMapDialog(1);
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "11", "11F" );