In other words, should I not write any text at all, just create an empty file?
Added 5 minutes later
Still no message.
File name: Devil.txt
Creature name: Devil
Hero name: Nikolai
The script itself:
function Heroes()
Trigger(OBJECT_TOUCH_TRIGGER, "Devil", nil);
AddHeroCreatures("Nikolai", 3, 20);
MessageBox("/Maps/SingleMissions/Opolchenie/Devil.txt");
PlayObjectAnimation("Devil", "happy", ONESHOT_STILL);
end;
Trigger(OBJECT_TOUCH_TRIGGER, "Devil", "Heroes");
SetObjectEnabled("Devil", nil);
Auto-translated