Auto-translated
function privet1F()
MessageBox("Maps\SingleMissions\xXx\Privet1D.txt");
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "privet1", nil);
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "privet1", "privet1F");
Error
function privet1F not defined, line 1
Help, please, why is there an error and how can I fix it? :(
There is a region called privet1, and when you enter it, the message Maps\SingleMissions\xXx\Privet1D.txt appears.
MessageBox("Maps\SingleMissions\xXx\Privet1D.txt");
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "privet1", nil);
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "privet1", "privet1F");
Error
function privet1F not defined, line 1
Help, please, why is there an error and how can I fix it? :(
There is a region called privet1, and when you enter it, the message Maps\SingleMissions\xXx\Privet1D.txt appears.