Non sono sicuro ma prova a mettere invece di:

if {
...
}
if {
...
}
else {
...
}

questo

if {
...
}
elseif {
...
}
else {
...
}