
Originally Posted by
Coffeecat
hey there, i got a small question related to the Intro and Outro´s in Arma 2. I was reading the Intro guide for this, all worked fine, now i tried to start a outro with the same stuff, but the outro just stays black if i exec it. thanks in advance
Hi Coffeecat
welcome to the forum. It seems that the end trigger is not been activated. have you placed an end trigger in the outro?
You need to have end trigger in your outro scene. Place a trigger and in the condition field type end.
Code:
end=true;
Player cameraEffect ["terminate","back"]
camDestroy _camera
Exit;
This should be at the end of your camera script. You must activate the end trigger first before exiting the script, activating the end trigger in your outro scenario, before you destroy the camera and exit, If the end trigger is missing the screen stays black until doomsday come.
kind regards