Posts from Current questions and answers regarding the map editor.
MessageBox("/Maps/RMG/4939-1686-2472-1326/preymushestvo/777.txt");
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "block", "blockF")
This is what I modified after the previous messages.
I fixed it to: function blockF()
MessageBox("/Maps/RMG/4939-1686-2472-1326reymushestvo/block.txt");
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "block", "blockF")
But it still doesn't work. And the console displays an error!
Remove the line break before the Trigger line, and you also forgot the slash (corrections are highlighted in bold):
function blockF()
MessageBox("/Maps/RMG/4939-1686-2472-1326/preymushestvo/block.txt");
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "block", "blockF");
Added 1 minute ago
Instead of the smiley, something appears in the console.
Added 4 minutes ago
Not thanking doesn't change anything!
Added 2 minutes ago
I changed the encoding! I tried both ANSI and Unicode, but it still gives the same result!
Here's a screenshot I took!
MessageBox ("/Maps/RMG/4939-1686-2472-1326/preymushestvo/block.txt");
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "block", "blockF");-вот скрипт
the console is throwing an error in the first line!
in the screenshot you posted, the error is actually in the 4th line ...