Display the message in the "On start of layout" of your first layout.
And if the layout is supposed to be used/started several times, use a dedicated global variable.
StartMessage = 0
If StartMessage = 0 => Display StartMessage / Set StartMessage to 1
Will only happen once while your game executes/as long as you don't reset global variables.