Auto-translated
How to create a MessageBox? I found some old guide, but the script from it doesn't work at all...
Here's the script:
function sampleF ()
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "sample", nil );
MessageBox ("Maps/SingleMissions/test/test.txt");
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, “sample”, “sampleF” );
The file test.txt is located inside the map at the path Maps/SingleMissions/test/test.txt, and its encoding is UTF-8.