Odd… never had that problem

Perhaps if you’re doing else if, but not elseif. For example:

if this then 
    -- doshit
else if not this then
    -- do other shit
end
end

You don’t need to end an elseif condition, you’re only ending the if condition

ahh ok. cool

That probably doesn’t make sense, it’s pretty hard to explain and it doesn’t help that I’m shit at explaining stuff either.