Something like so :
X>1 ? [x>2 ? "bigger than two" : "bigger than one"] : "nope"
Is it possible using Construct 2 to do this?
thanks
Develop games in your browser. Powerful, performant & highly capable.
It should work if you use normal brackets. No need for square brackets there.
I must be missing out on something else in my project then I did it with normal brackets there.
Thank you Ashley!
EDIT: Yup, working properly