function Heroes()
Trigger(OBJECT_TOUCH_TRIGGER, "Devil", nil);
AddHeroCreatures("Nikolai", 3, 20);
MessageBox("/Maps/SingleMissions/Opolchenie/Devil.txt")
Added 3 minutes ago
stop, I think I understand the error now, I'll fix it
Added 1 minute ago
AddHeroCreatures("Nikolai", 3, 20);
function Heroes()
MessageBox("/Maps/SingleMissions/Opolchenie/Devil.txt");
end;
Trigger(OBJECT_TOUCH_TRIGGER, "Devil", "Heroes");
Auto-translated