Skip to content

Current questions and answers regarding the map editor.

User Avatar
#5238
Auto-translated
Another issue has emerged, which seems incredibly simple, but it still caused me some trouble. In the attached screenshot, the ShowCompleted value is currently set to true, and therefore the quest is initially marked as completed. However, when I change this value to false (without touching anything else), the quest mysteriously disappears from the list. P.S. And another problem – what's wrong with this script? Trigger(REGION_ENTER_AND_STOP_TRIGGER, 'enti', 'RegionEnter'); function RegionEnter(Itil) MessageBox(path.."ent.txt"); AddHeroCreatures(Itil, CREATURE ANCIENT TREANTS, 1); Trigger(REGION_ENTER_AND_STOP_TRIGGER, 'enti', nil); end; end;
Attachments 1
1 file attached • Total size: 37.9 KB