MsgBox and If-statement

Hi all.

I want to make an “If-Else” statement that:

-If it is true, display the messagebox.
-If False, continue with the script.

How can I implement the If node in here?

In a previous question, @john_pierson suggested me this solution, but I don’t know how can I apply this here.

Thanks in advance.