config.cpp?
Plz explain it to me in a small example.?
Here's the small part where the cutscenes are.
I dont have a clue how to add a second cutscene
and how it plays randomly.

class CfgWorlds
{
class DefaultWorld {};
class Intro: DefaultWorld {};
class Polen: Intro
{
access=3;
description="EWD_Poland 1939";
icon="PolenPolen.paa";
worldName="PolenPolen.wrp";
cutscenes[] = {"..ResaddonsPolen_animsintro"};
Thank you