Yes you guessed it.
Its me Radkampfwagen posting another noob question.
I had a look at this topic construct.net/en/forum/construct-2/how-do-i-18/condition-layout-97170 and I want to try to implement the same thing.
But as always...
I cant seem to be able to do it.
I want to trigger the layout "Emil#1" but whats the code for that?
i tried:
Emil#1,
Layout.Emil#1
-
but both didnt work
I bet there is such an obvious easy solution but i cant find it.
Hope you can help :D
Radkampfwagen
Develop games in your browser. Powerful, performant & highly capable.
i tried: Emil#1,
It should be in double quotes: "Emil#1"
Any string values in expressions always require quotes.
Oh thx alot dop2000
i really appreciate your help :D