Page 1 of 1

[Solved] Briefing on conquest map

Posted: Wed Sep 19, 2018 11:05 am
by PowaBanga
Hi everybody,

I am trying to create entry message for some maps, so I have this in my map.yaml :

Code: Select all

Rules:
                MissionData:
                        Briefing: test
But the message "test" is not showed in lobby room when i load the map ...

Does anybody can help me to understand what is wrong with me ? :eek:

Re: Briefing on conquest map

Posted: Wed Sep 19, 2018 3:34 pm
by SirCake
You are missing the second tier of this yaml tree.
Rules: World: MissionData: Briefing:
(of course with correct indentation)
;)

Re: Briefing on conquest map

Posted: Sat Sep 22, 2018 10:33 pm
by PowaBanga
Thank you very much !