Okay good, elseif knows when to stop.

Code:
1.if (this)
    if (that) nope
    elseif (this) yes!
2.if something else
3.if something else


There's only 1 elseif in the code, if that elseif is triggered, will if2 and if3 be triggered?